Skip to main content

Address by transaction output reference

Returns the address which was specified in the given transaction output.

Note that if the transaction is invalid this will only return a result for the collateral return output, should one be present in the transaction. If the transaction is valid it will not return a result for the collateral return output.

Path Parameters
    tx_hash string required

    Transaction Hash

    index integer required

    Output Index

Responses

Get an address via a transaction output reference


Schema
    data Address required

    Bech32-encoded Cardano Address

    last_updated object required

    Details of the most recent block processed by the indexer (aka chain tip); that is, the data returned is correct as of this block in time.

    block_hash string required

    Hex-encoded hash of the most recently processed block (aka chain tip)

    block_slot int64 required

    Absolute slot of the most recently processed block (aka chain tip)

    timestamp string required

    UTC timestamp of when the most recently processed block was minted

Loading...