POST
/
v2
/
tx
/
track
curl --request POST \
  --url https://api.skip.build/v2/tx/track \
  --header 'Content-Type: application/json' \
  --data '{
  "tx_hash": "F30790E79987F18F3A4DA8C7A9BA9FD837043EF59D8236CA85180E1078BC607F",
  "chain_id": "osmosis-1"
}'
{
  "tx_hash": "F30790E79987F18F3A4DA8C7A9BA9FD837043EF59D8236CA85180E1078BC607F",
  "explorer_link": "https://www.mintscan.io/osmosis/tx/F30790E79987F18F3A4DA8C7A9BA9FD837043EF59D8236CA85180E1078BC607F"
}

Body

application/json
tx_hash
string
required

Hex encoded hash of the transaction to track

Example:

"F30790E79987F18F3A4DA8C7A9BA9FD837043EF59D8236CA85180E1078BC607F"

chain_id
string
required

Chain ID of the transaction

Example:

"osmosis-1"

Response

200
application/json
The hash of the transaction and a link to its explorer page.
tx_hash
string

Hash of the transaction

Link to the transaction on the relevant block explorer