Skip to main content

Transaction MIRs

GET /txs/:hash/mirs

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

Request

Path Parameters

    hash 64-character case-sensitive hexadecimal string required

    Hash of the requested transaction.

    Example: 6e5f825c82c1c6d6b77f2a14092f3b78c8f1b66db6f4cf8caec1555b6f967b3b
Responses

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


Schema
  • Array [
  • pot string required

    Possible values: [reserve, treasury]

    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

  • ]
Loading...