v1

latestOpenAPI 3.0.0MIT2026-07-17124105392.5 KB
Cardano » Transactions

Transaction MIRs

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

get/txs/{hash}/mirs

Path parameters

hashstring 64-character case-sensitive hexadecimal string required

Hash of the requested transaction.

Response

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

pot'reserve' | 'treasury' required

Source of MIR funds

cert_indexinteger required

Index of the certificate within the transaction

addressstring required

Bech32 stake address

amountstring required

MIR amount in Lovelaces

Example response

[
  {
    "pot": "reserve",
    "address": "stake1u9r76ypf5fskppa0cmttas05cgcswrttn6jrq4yd7jpdnvc7gt0yc",
    "amount": "431833601"
  }
]