---
title: "Get the status of an IBC transfer by tx id"
method: GET
path: "/api/v1/ibc/{tx_id}/status"
---

# Get the status of an IBC transfer by tx id

`GET /api/v1/ibc/{tx_id}/status`

## Path parameters

- `tx_id` string, required

## Response `200`

Status of the IBC transfer

- object
  - `status` 'unknown' | 'timeout' | 'success' | 'fail'

---

[API](https://skmtc.net/namada-net/apis/namada-interface-indexer-rest-api.md) · [All operations](https://skmtc.net/namada-net/apis/namada-interface-indexer-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/namada-net/namada-interface-indexer-rest-api/revisions/89e2cef092d6/schema)
