---
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'

## Changes

- **2024-12-26** `126c27b41690` — 1 breaking, 1 info
  - the response's body type changed from `array` to `object` for status `200`
  - added the optional property `status` to the response with the `200` status
- **2024-12-17** `6893b0238070` — 1 breaking, 1 warning
  - the response's body type changed from `object` to `array` for status `200`
  - removed the optional property `status` from the response with the `200` status

[Change history](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api/changes/api/v1/ibc/:tx_id/status/get.md)

---

[API](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api.md) · [All operations](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api/llms.txt) · [OpenAPI document](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api/revisions/0252fc0de74d?raw)
