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

# Transaction MIRs

`GET /txs/{hash}/mirs`

Obtain information about Move Instantaneous Rewards (MIRs) of a specific transaction.

## Path parameters

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

## Response `200`

Obtain information about Move Instantaneous Rewards (MIRs) of a specific transaction.

- object[]
  - `pot` 'reserve' | 'treasury', required — Source of MIR funds
  - `cert_index` integer, required — Index of the certificate within the transaction
  - `address` string, required — Bech32 stake address
  - `amount` string, required — MIR amount in Lovelaces

## 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)
