ledger-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"
}Changes
Changed in 2 of the 6 revisions of this API.3
- ○
added the new optional request property
twoFaMethodnew-optional-request-property
- ○
- ○
the endpoint scheme security
HMACAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
authTokenwas removed from the APIapi-security-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○