Skip to main content

WithdrawRequest

cryptostringrequired

Crypto to withdraw

networkstringrequired

Crypto network to withdraw

addressstringrequired

Withdrawal address

addressExtensionstring

Address extension (e.g. XRP tag, EOS memo). Required for networks where needAddressExtension is true in the Crypto Networks response

amountstringrequired

Withdraw amount

amountIncludeFeeboolean

Whether the fee is included in the amount or not. The default value is set to true.

Default value: true
webhookUrlstring

If you wish to receive notifications, please fill in the 'webhookUrl' parameter. Also, kindly notify us so that we can add the 'webhookUrl' to the whitelist.

WithdrawRequest
{
"crypto": "string",
"network": "string",
"address": "string",
"addressExtension": "string",
"amount": "string",
"amountIncludeFee": true,
"webhookUrl": "string"
}