Last updated 2 months ago
Build withdrawal transaction
API Key
POST /accounts/withdrawal/build HTTP/1.1 Host: X-API-KEY: text Content-Type: application/json Accept: */* Content-Length: 57 { "withdrawal_amount": [ { "quantity": "text", "unit": "text" } ] }
OK
{ "tx_hex": "text" }