---
title: "Transaction redeemers"
method: GET
path: "/txs/{hash}/redeemers"
tags: ["Cardano » Transactions"]
---

# Transaction redeemers

`GET /txs/{hash}/redeemers`

Obtain the transaction redeemers.

## Path parameters

- `hash` string, 64-character case-sensitive hexadecimal string., required

## Response `200`

Obtain information about redeemers within a specific transaction.

- object[]
  - `tx_index` integer, required — Index of the redeemer within the transaction
  - `purpose` 'spend' | 'mint' | 'cert' | 'reward', required — Validation purpose
  - `script_hash` string, required — Script hash
  - `redeemer_data_hash` string, required — Redeemer data hash
  - `datum_hash` string, required — Datum hash
  - `unit_mem` string, required — The budget in Memory to run a script
  - `unit_steps` string, required — The budget in CPU steps to run a script
  - `fee` string, required — The fee consumed to run the script

## Other responses

- `400` — Bad request
- `403` — Authentication secret is missing or invalid
- `404` — Component not found
- `418` — IP has been auto-banned for extensive sending of requests after usage limit has been reached
- `429` — Usage limit reached
- `500` — Internal Server Error

---

[API](https://skmtc.net/txpipe/apis/blockfrost-io-api-documentation.md) · [All operations](https://skmtc.net/txpipe/apis/blockfrost-io-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/txpipe/blockfrost-io-api-documentation/revisions/4a2f67b16876/schema)
