POST
/
transactions
/
transfers

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <API_KEY>.

Body

application/json
tokenId
string
required

The ID of the token that will be transferred. Not applicable for fungible tokens.

contractId
string

The id of the contract to which the tokens belong.

from
string

The id of the wallet that is transferring the tokens.

to
string

The address or ID of the wallet receiving the tokens. Can be any address, not limited to wallets created through the API.

Response

202 - application/json
blockExplorerUrl
string | null

The URL of the block explorer where the details of this transaction can be read.

completedAt
string | null

The timestamp from when the transaction was completed.

createdAt
string

The timestamp from when the transaction was submitted.

id
string

The id of the transaction.

request
object

An object containing the parameters used for this transaction.

result
object

Contains detailed information about the transaction receipts, including cost, messages, and operation results.

status
enum<string>

The status of the transaction on the blockchain.

Available options:
created,
success,
failed
transactionHash
string | null

The identifier of this transaction on the blockchain.

type
enum<string>

The type of transaction.

Available options:
transfer
updatedAt
string

The timestamp from when the transaction was last updated.

walletId
string

The id of the wallet that performed the transaction.