private/create-withdrawal
POSTCreates a withdrawal request. Withdrawal setting must be enabled for your API Key. If you do not see the option when viewing your API Key, this feature is not yet available for you./private/create-withdrawal
Request
Body
required
Request id (echoed in response)
Must be "private/create-withdrawal"
Your API key (only required for private REST)
HMAC-SHA256 signature in hex (only required for private REST)
Current timestamp in milliseconds, e.g. "1771761038000".
params objectrequired
Optional Client withdrawal ID.
E.g. BTC, CRO.
Withdrawal amount.
Destination address (must be whitelisted).
Secondary address identifier for coins like XRP, XLM (memo or tag).
Desired network; address must be whitelisted. See default_network and network in get-currency-networks.
Schema
Echoed request id
Method invoked
0 = success; non-zero indicates error (reason code).
result object
Newly created withdrawal ID.
(Optional) Client withdrawal ID if provided in the request.
E.g. BTC, CRO.
Withdrawal amount.
Withdrawal fee.
Address with Address Tag (if any).
Creation time (ms).
Present when code !== 0.
Present when code !== 0.