v3
latestOpenAPI 3.0.32026-07-31489099.0 KBOrders
Transfer Tokens
Transfer attested tokens between addresses on the same blockchain. Only available for tokenization/self-attested accounts.
post/accounts/{account_id}/tokens/transfers
Path parameters
account_idstring required
ID of the resource
Example:2VZvtmVc2j3gQ80CTlcuQXbGrwC
Account ID
Request body
Example request
{
"amount": "3200",
"destination": {
"address_id": "36FkHXYoAJo6QVQSHJ37Nmbaaaa",
"transfer_type": "solana",
"value_type": "eSDR"
},
"source": {
"address_id": "36FkHXYoAJo6QVQSHJ37NmbisZx",
"transfer_type": "solana",
"value_type": "eSDR"
}
}Response
OK