---
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
  - `id` string, required
  - `feePayer` string, required
  - `feeToken` union, required
    - NativeToken
      - `address` string, required
    - IbcToken
      - `address` string, required
      - `trace` string, required
  - `gasLimit` number, required
  - `amountPerGasUnit` number, float
  - `gasUsed` number
  - `blockHeight` number, required
  - `maspFeePayment` string
  - `innerTransactions` object[], required
    - `id` 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

> 50 revisions in range; 1 not diffed.

- **2025-08-22** `3401e08dc580` — 2 info
  - the response property `id` became required for the status `200`
  - the response property `innerTransactions/items/id` became required for the status `200`
- **2025-07-24** `b04af842544e` — 5 breaking, 3 info
  - added `#/components/schemas/NativeToken, #/components/schemas/IbcToken` to the `feeToken` response property `oneOf` list for the response status `200`
  - the `blockHeight` response's property type changed from `string` to `number` for status `200`
  - the `feeToken` response's property type changed from `string` to no type for status `200`
  - removed the required property `innerTransactions/items/txId` from the response with the `200` status
  - …4 more
- **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
- …earlier changes not shown

[Full 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-service-production.skmtc.workers.dev/v1/apis/namada-net/namada-interface-indexer-rest-api/revisions/89e2cef092d6/schema)
