v3
latestOpenAPI 3.0.3UNLICENSED2026-07-2796235396.3 KBledger-transfer
Performs crypto transfer
This operation allow the client to perform crypto transfer to an external wallet.
N.B. The amount field is the withdrawal amount only (fees are not included). The applicable fee, including any platform fee, is computed server-side and is not a client-supplied input.
post/ledger/crypto-transfer
Request body
Example request
{
"destination": {
"tokenNetworkCode": "BUSD_BSC",
"address": "0x7BCc5bCBa19DE3C903F062D8fB5fF8d9f818173E",
"memo": "405070"
}
}Response
Request received, do 2FA
Example response
{
"id": "P12005E1DV"
}