v3

latestOpenAPI 3.0.32026-07-31489099.0 KB
Orders

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

amountstring required

Amount to transfer as a decimal string

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

amountstring

Amount transferred

created_atstring date-time
idstring

Order ID

statusstring

Transaction status

updated_atstring date-time