Skip to main content

WithdrawItem

transactionRefstringrequired

Transaction reference

orderIdstringrequired

Order ID

cryptostringrequired

Crypto to withdraw

networkstringrequired

Crypto network to withdraw

addressstringrequired

Withdraw to address

addressExtensionstring

Address extension

amountToAddressstringrequired

How many crypto to address

feesstringrequired

Fees

WithdrawItem
{
"transactionRef": "string",
"orderId": "string",
"crypto": "string",
"network": "string",
"address": "string",
"addressExtension": "string",
"amountToAddress": "string",
"fees": "string"
}