Skip to main content
GET
Get token transfer by ID

Authorizations

X-API-KEY
string
header
required

Authorization method required to allow user to access the api endpoints.

Path Parameters

id
string
required

Response

200 - application/json

Token transfer that matches the specified ID.

id
string
required
Example:

"9359/AX/2352"

time
string
required
Example:

"2024-05-08T13:05:57.779Z"

status
enum<string>
required

Current status of the transfer

Available options:
SUCCEEDED,
PENDING,
ERROR_ON_DESTINATION,
TIMEOUT
Example:

"SUCCEEDED"

type
string
required

Type of transfer (e.g., ibc, cctp, etc.)

Example:

"cctp"

sender
object
required

Information about the sender of the transfer

Example:
receiver
object
required

Information about the receiver of the transfer

Example:
sender_tx_hash
string
Example:

"76b9922b6c8968d328e56930b4bbe26665d2ed12f2bdff45b2e9a43b09f5ab9c"

receiver_tx_hash
string
Example:

"e607dba4c1e138dabb1d534ba0e14645786ca892907563c388d7de7f65ba7bb3"

note
string

Workspace note for this transfer

category
string

Workspace category for this transfer

Last modified on July 22, 2026