v1

latestOpenAPI 3.1.02026-07-1310041.0 KB
Tracking Transactions

Get Transaction Status

Polls the current status of a transaction that was previously registered with Track Transaction (POST /v2/tx/track). Returns the overall status and the state of each hop in the transfer sequence.

Call this endpoint repeatedly until the status reaches a terminal state (e.g. STATE_COMPLETED or STATE_FAILED). This is useful for showing transfer progress in your UI.

get/v2/tx/status

Query parameters

tx_hashstring required

The transaction hash to check.

chain_idstring required

The chain ID where the transaction was submitted.

Response

Successful response

statestring

Overall end-to-end transaction state (e.g. STATE_SUBMITTED, STATE_PENDING, STATE_COMPLETED_SUCCESS, STATE_COMPLETED_ERROR, STATE_ABANDONED, STATE_PENDING_ERROR).

transfersobject[]

Transfer status for all transfers in the route.

errorobject nullable

Error details if the transaction failed.