Transactions

Retrieve transaction details by TXID

Get a JSON with the transaction details including the index_block_hash, the hex-encoded transaction body, and the result.

get/v3/transaction/{txid}

Path parameters

txidstring required

Transaction ID (64 hexadecimal characters)

Response

Transaction JSON with index_block_hash, transaction body and result

TransactionInfo required— unresolved $ref

Changes

Changed in 12 of the 53 revisions of this API.210