Skip to main content
POST
/
v2
/
tx
/
track
Track Transaction
curl --request POST \
  --url https://router-api.initia.xyz/v2/tx/track \
  --header 'Content-Type: application/json' \
  --data '
{
  "tx_hash": "ABCDEF1234567890...",
  "chain_id": "interwoven-1"
}
'
{
  "tx_hash": "87782A6A7C4EF4232FFC5B7C8204398AE73870049D8DC58E0146EFCAC3901979",
  "explorer_link": "https://scan.initia.xyz/strat-1/txs/87782A6A7C4EF4232FFC5B7C8204398AE73870049D8DC58E0146EFCAC3901979"
}

Body

application/json
tx_hash
string
required

The transaction hash to track.

chain_id
string
required

The chain ID where the transaction was submitted.

Response

200 - application/json

Successful response

tx_hash
string

Hash of the tracked transaction.

Link to the transaction on a block explorer.