v1
latestOpenAPI 3.1.02026-07-1310041.0 KBTracking 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