---
title: "POST /v2/tx/track"
method: POST
path: "/v2/tx/track"
tags: ["Transaction"]
---

# POST /v2/tx/track

`POST /v2/tx/track`

Requests tracking of a transaction that has already landed on-chain but was not broadcast through the Skip Go API. The status of a tracked transaction and subsequent IBC or Axelar transfers if routing assets cross chain can be queried through the /status endpoint.

## Request body

- TrackTxRequest
  - `tx_hash` string, required — Hex encoded hash of the transaction to track
  - `chain_id` string, required — Chain ID of the transaction

## Response `200`

The hash of the transaction and a link to its explorer page.

- TrackTxResponse
  - `tx_hash` string, required — Hash of the transaction
  - `explorer_link` string, required — Link to the transaction on the relevant block explorer

## Other responses

- `400` — The request was invalid, i.e. the transaction hash was malformed or the specified transaction did not execute successfully.
- `404` — The specified chain is not supported or the specified transaction was not found.
- `500` — Internal server error

---

[API](https://skmtc.dev/cosmos/apis/skip-go-api.md) · [All operations](https://skmtc.dev/cosmos/apis/skip-go-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cosmos/skip-go-api/revisions/75fd91006bea/schema)
