Last updated 13 days ago
Build withdrawal transaction
API Key
curl -L \ --request POST \ --url '/accounts/withdrawal/build' \ --header 'Content-Type: application/json' \ --data '{ "withdrawal_amount": [ { "quantity": "text", "unit": "text" } ] }'
{ "tx_hex": "text" }