Getting withdrawal fees
Withdrawal fees are per network and returned alongside each supported token inGET /ledger/assets/{assetCode}/network-tokens —
check this before initiating a withdrawal, since fees vary significantly by
network (for example, Solana and Base withdrawals are typically far cheaper
than Ethereum mainnet).
Initiating a withdrawal
CallPOST /ledger/crypto-transfer
with either a raw destination address + network, or a saved
crypto beneficiary ID.
Querying transfers and webhooks
GET /ledger/crypto-transfer/{transferReference}— poll a transfer’s status by reference.- Subscribe to
transaction_activity.crypto_withdrawal.*to be notified as the withdrawal progresses — see Webhooks for Stablecoin Transactions.