Skip to main content
GET
Transaction output by output reference

Authorizations

api-key
string
header
required

Project API Key

Headers

amounts-as-strings
string | null

Large numbers returned as strings if set to true

Path Parameters

tx_hash
string
required

Transaction Hash

index
integer
required

Output Index

Required range: x >= 0

Query Parameters

with_cbor
boolean | null

Include the CBOR encoding of the transaction output in the response

Response

Get a transaction output via it's output reference

Timestamped response. Returns the endpoint response data along with the chain-tip of the indexer, which details at which point in the chain's history the data was correct as-of.

data
object
required

Transaction output

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.