Create a transfer
Call Create Transfer with the currency, amount, and direction:
Response:
message field inside data carries the failure reason.
Track the transfer
Transfer status flows throughSubmitted / Pending to Success, Failed, or Submit Failed. Updates arrive on the Transfer webhook:
Query a single order with Retrieve Transfer using the long
order_id. Transfers also appear in the unified ledger as Transfer In / Transfer Out — see Manage asset balances.
Related
- Create Transfer API
- Retrieve Transfer API
- Transfer webhook
- Convert currencies — convert crypto to fiat before transferring out

