v1

latestOpenAPI 3.1.02026-07-1310041.0 KB
Tracking Transactions

Track Transaction

Registers a transaction for cross-chain tracking. Call this once with the transaction hash and chain ID immediately after broadcasting. This is required before you can poll the transaction status.

After calling this endpoint, use Get Transaction Status (GET /v2/tx/status) to poll for progress updates.

post/v2/tx/track

Request body

tx_hashstring required

The transaction hash to track.

chain_idstring required

The chain ID where the transaction was submitted.

Response

Successful response

tx_hashstring

Hash of the tracked transaction.

explorer_linkstring

Link to the transaction on a block explorer.