ledger-transfer
Performs crypto transfer
This operations allow the client to perform crypto transfer to n external wallet.
N.B. The amount field is the amount after fees + fees, i.e the total amount, also send the fee in the fee field.
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"
}