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.
The transaction hash to check.
The chain ID where the transaction was submitted.
Successful response
Overall end-to-end transaction state (e.g. STATE_SUBMITTED, STATE_PENDING, STATE_COMPLETED_SUCCESS, STATE_COMPLETED_ERROR, STATE_ABANDONED, STATE_PENDING_ERROR).
Transfer status for all transfers in the route.
Deprecated. Flat list of transfer events in sequence order.
The next transfer that is blocking progress, if any.
Information about released assets.
Error details if the transaction failed.