Skip to main content

Withdraw

Description

POST /v4/withdraw


Note

  • The parameters are placed in the body in JSON format.

Limit Rule

  • 1/s/apikey

Parameters

NameTypeMandatoryDefaultDescriptionRanges
currencystringYesCurrency name, obtained from Get supported currencies for deposit/withdraw
chainstringNoTransfer network, obtained from Get supported currencies for deposit/withdraw
clientOrderIdstringNoCustom Client ID, RegEx: ^[a-zA-Z0-9_]{4,32}$
amountnumberYesWithdrawal amount, including fees
addressstringNoWithdrawal address
memostringNoMemo, required for EOS-like chains
toAccountIdnumberNoReceiving user ID

Request Example

{
"currency": "zb",
"chain": "Ethereum",
"amount": 1000,
"address": "0xfa3abfa50eb2006f5be7831658b17aca240d8526",
"memo": ""
}