For the complete documentation index, see llms.txt. This page is also available as Markdown.

DyDxWithdraw

Description

Withdraw tokens from DyDx

Notes

User withdraws tokens from the DyDx protocol

Action ID

0x63e4c7d0

SDK Action

const dyDxWithdrawAction = new dfs.actions.dydx.DyDxWithdrawAction(
    tokenAddr,
    amount,
    to
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated