Request a New Withdrawal

POST {{baseUrl}}/v2/wallets/transfers

Creates a withdrawal request. Note that outgoing withdrawals must be sent to a whitelisted address and you must whitelist addresses at least 24 hours in advance. If you attempt to withdraw funds to a non-whitelisted address then the transfer will be rejected.

Request Body

{"amount"=>"aliqua irure dolore velit", "address"=>"ut consectetur in", "asset"=>"velit aliqua non esse"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring
Apca-Api-Key-Idstring
Apca-Api-Secret-Keystring

RESPONSES

status: OK

{"id":"602b8bd6-1446-f0d3-acb0-4a5b05e65f47","tx_hash":"2119567125t","direction":"INCOMING","status":"PROCESSING","amount":"1","usd_value":"100.00","network_fee":"0.01","fees":"0.01","chain":"2hgah","asset":"BTC","from_address":"2b8bd6-1446-f0d3-acb0-4a5b05","to_address":"245hs123-1416-f2d3-a123-424565","created_at":"2003-12-21T21:40:30.412Z"}