v1

latestOpenAPI 3.1.02026-07-24903209.1 KB

Withdraw tokens to

The method transfers tokens to any wallets Required level of authorization:

  • User level - to get an individual device status
post/v1/Funds/WithdrawTo

Query parameters

BlockchainNetworkIdstring required
TokenIdstring required
Amountinteger required
RecipientWalletAddressstring required

Response

200

statusinteger
titlestring
errorsobject[]

Example response

{
  "result": {
    "successfully": true,
    "message": "Successful transfer 31 tokens",
    "senderTokenAccountPubKey": "4s4ADfdao671En5ajG6Cz1x3vfaFCPx2BZ1jQFHLiecU",
    "recipientPubKey": "4GmrKux2MQiNZSyoo7eABCUvYjSXRRZKGDaEBBvCW8So",
    "recipientTokenAccountPubKey": "B6TkVmYZiL2DCtxvfn855vQKYC9wdYLCQxw1dXVrwm5e",
    "transferredAmount": 31,
    "signature": "3D8pykhrsiYQaANmLsj6D8xdxo9jYVD14jikZizXBnjYXFtiWZCvxe7nudEyS2Qrucr7wp8oeamqS7KHKqxtTUf4"
  },
  "status": 200
}