Transfer tokens
Transfer tokens from a wallet. Important: This is an ASYNC route! Use the read transaction route to check the transfer’s status.
Authorizations
Bearer authentication header of the form Bearer <API_KEY>
.
Body
The ID of the token that will be transferred. Not applicable for fungible tokens.
The id of the contract to which the tokens belong.
The id of the wallet that is transferring the tokens.
The address or ID of the wallet receiving the tokens. Can be any address, not limited to wallets created through the API.
Response
The URL of the block explorer where the details of this transaction can be read.
The timestamp from when the transaction was completed.
The timestamp from when the transaction was submitted.
The id of the transaction.
An object containing the parameters used for this transaction.
Contains detailed information about the transaction receipts, including cost, messages, and operation results.
The status of the transaction on the blockchain.
created
, success
, failed
The identifier of this transaction on the blockchain.
The type of transaction.
transfer
The timestamp from when the transaction was last updated.
The id of the wallet that performed the transaction.
Was this page helpful?