---
title: "Redeemers of a specific script"
method: GET
path: "/scripts/{script_hash}/redeemers"
tags: ["Cardano » Scripts"]
---

# Redeemers of a specific script

`GET /scripts/{script_hash}/redeemers`

List of redeemers of a specific script

## Path parameters

- `script_hash` string, required

## Query parameters

- `count` integer
- `page` integer
- `order` 'asc' | 'desc'

## Response `200`

Return the information about redeemers of a specific script

- object[]
  - `tx_hash` string, required — Hash of the transaction
  - `tx_index` integer, required — The index of the redeemer pointer in the transaction
  - `purpose` 'spend' | 'mint' | 'cert' | 'reward', required — Validation purpose
  - `redeemer_data_hash` string, required — Datum hash of the redeemer
  - `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)
