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

# Get the wrapper transaction by hash

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

## Path parameters

- `tx_id` string, required

## Response `200`

Wrapper transaction

- WrapperTransaction
  - `txId` string, required
  - `feePayer` string, required
  - `feeToken` string, required
  - `gasLimit` number, required
  - `amountPerGasUnit` number, float
  - `gasUsed` number
  - `blockHeight` string, required
  - `innerTransactions` object[], required
    - `txId` string, required
    - `kind` 'transparentTransfer' | 'shieldedTransfer' | 'shieldingTransfer' | 'unshieldingTransfer' | 'bond' | 'redelegation' | 'unbond' | 'withdraw' | 'claimRewards' | 'voteProposal' | 'initProposal' | 'changeMetadata' | 'changeCommission' | 'revealPk' | 'deactivateValidator' | 'reactivateValidator' | 'unjailValidator' | 'unknown', required
    - `exitCode` 'applied' | 'rejected', required
    - `memo` string
    - `data` string
  - `exitCode` 'applied' | 'rejected', required
  - `atomic` boolean, required

## Changes

- **2025-01-16** `07c4139f302c` — 2 breaking, 1 info
  - the `gasLimit` response's property type changed from `string` to `number` for status `200`
  - the `gasUsed` response's property type changed from `string` to `number` for status `200`
  - added the optional property `amountPerGasUnit` to the response with the `200` status
- **2024-12-17** `8c5ddaa1ff49` — 1 info
  - added the optional property `gasUsed` to the response with the `200` status
- **2024-12-17** `6893b0238070` — 5 breaking, 3 warning, 3 info
  - the `blockHeight` response's property type changed from `number` to `string` for status `200`
  - the `feeToken` response's property type changed from no type to `string` for status `200`
  - the `gasLimit` response's property type changed from `number` to `string` for status `200`
  - removed the required property `id` from the response with the `200` status
  - …7 more

[Change history](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api/changes/api/v1/chain/wrapper/: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.dev/namada-net/apis/namada-interface-indexer-rest-api/revisions/0252fc0de74d?raw)
