Skip to main content

Transaction redeemers

GET /txs/:hash/redeemers

Obtain the transaction redeemers.

Request

Path Parameters

    hash 64-character case-sensitive hexadecimal string. required

    Hash of the requested transaction

    Example: 6e5f825c82c1c6d6b77f2a14092f3b78c8f1b66db6f4cf8caec1555b6f967b3b
Responses

Obtain information about redeemers within a specific transaction.


Schema
  • Array [
  • tx_index integer required

    Index of the redeemer within the transaction

    purpose string required

    Possible values: [spend, mint, cert, reward]

    Validation purpose

    script_hash string required

    Script hash

    redeemer_data_hash string required

    Redeemer data hash

    datum_hash string deprecated

    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

  • ]
Loading...