v47

latestOpenAPI 3.1.0Contact usraw.githubusercontent.com2026-07-1061131268.6 KB
Accounts

Get TokenTransfer by ID

Get a specific TokenTransfer made from this Account by its ID.

A TokenTransfer represents a transfer of tokens through the Dinari platform from one Account to another. As such, only Accounts that are connected to Dinari-managed Wallets can initiate TokenTransfers.

get/api/v2/accounts/{account_id}/token_transfers/{transfer_id}

Response

OK

idstring uuid required

ID of the token transfer.

sender_account_idstring uuid required

ID of the account from which the tokens are transferred.

recipient_account_idstring uuid required

ID of the account to which the tokens are transferred.

chain_id'eip155:1' | 'eip155:42161' | 'eip155:8453' | 'eip155:81457' | 'eip155:98866' | 'eip155:999' | 'eip155:43114' | 'eip155:11155111' | 'eip155:421614' | 'eip155:84532' | 'eip155:168587773' | 'eip155:98867' | 'eip155:998' | 'eip155:43113' | 'eip155:202110' | 'eip155:179205' | 'eip155:179202' | 'eip155:98865' | 'eip155:7887' required

CAIP-2 chain ID of the blockchain that the transfer is made on.

token_addressstring eth_address required

Address of the token being transferred.

quantitynumber required

Quantity of the token being transferred.

status'PENDING' | 'IN_PROGRESS' | 'COMPLETE' | 'FAILED' required

Status of the token transfer.

created_dtstring date-time required

Datetime at which the transfer was created. ISO 8601 timestamp.

updated_dtstring date-time required

Datetime at which the transfer was last updated. ISO 8601 timestamp.

transaction_hashstring hex_string nullable

Transaction hash of the transfer on the blockchain, if applicable. This is only present if the transfer has been executed on-chain.