Transaction
Post /v2/tx/track
POST
/
v2
/
tx
/
track
Copy
Ask AI
curl --request POST \
--url https://api.skip.build/v2/tx/track \
--header 'Content-Type: application/json' \
--data '{
"tx_hash": "F30790E79987F18F3A4DA8C7A9BA9FD837043EF59D8236CA85180E1078BC607F",
"chain_id": "osmosis-1"
}'
Copy
Ask AI
{
"tx_hash": "F30790E79987F18F3A4DA8C7A9BA9FD837043EF59D8236CA85180E1078BC607F",
"explorer_link": "https://www.mintscan.io/osmosis/tx/F30790E79987F18F3A4DA8C7A9BA9FD837043EF59D8236CA85180E1078BC607F"
}
Body
application/json
Response
200
application/json
The hash of the transaction and a link to its explorer page.
The response is of type object
.
Was this page helpful?
Copy
Ask AI
curl --request POST \
--url https://api.skip.build/v2/tx/track \
--header 'Content-Type: application/json' \
--data '{
"tx_hash": "F30790E79987F18F3A4DA8C7A9BA9FD837043EF59D8236CA85180E1078BC607F",
"chain_id": "osmosis-1"
}'
Copy
Ask AI
{
"tx_hash": "F30790E79987F18F3A4DA8C7A9BA9FD837043EF59D8236CA85180E1078BC607F",
"explorer_link": "https://www.mintscan.io/osmosis/tx/F30790E79987F18F3A4DA8C7A9BA9FD837043EF59D8236CA85180E1078BC607F"
}
Assistant
Responses are generated using AI and may contain mistakes.