---
title: "Get the inner transaction by hash"
method: GET
path: "/api/v1/chain/inner/{tx_id}"
---

# Get the inner transaction by hash

`GET /api/v1/chain/inner/{tx_id}`

## Path parameters

- `tx_id` string, required

## Response `200`

Inner transaction

- InnerTransaction
  - `id` string, required
  - `wrapperId` string, required
  - `kind` 'transparentTransfer' | 'shieldedTransfer' | 'shieldingTransfer' | 'unshieldingTransfer' | 'bond' | 'redelegation' | 'unbond' | 'withdraw' | 'claimRewards' | 'voteProposal' | 'initProposal' | 'changeMetadata' | 'changeCommission' | 'revealPk' | 'unknown', required
  - `exitCode` 'applied' | 'rejected', required
  - `memo` string
  - `data` string

## Changes

> 50 revisions in range; 1 not diffed.

- **2025-08-22** `3401e08dc580` — 1 info
  - the response property `id` became required for the status `200`
- **2025-07-24** `b04af842544e` — 1 breaking, 1 info
  - removed the required property `txId` from the response with the `200` status
  - added the optional property `id` to the response with the `200` status
- **2024-12-17** `6893b0238070` — 1 breaking, 1 info
  - removed the required property `id` from the response with the `200` status
  - added the required property `txId` to the response with the `200` status

[Change history](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api/changes/api/v1/chain/inner/:tx_id/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-service-production.skmtc.workers.dev/v1/apis/namada-net/namada-interface-indexer-rest-api/revisions/89e2cef092d6/schema)
