v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1498872.1 KB

Gets the details of a transaction.

This action will return transaction details for all transactions that are confirmed on the blockchain, even if they have not reached finality.

post/get-transaction

Request body

transactionHashstring

The hash of a transaction. It is generated when a transaction is created.

transactionIdstring
<p>The identifier of a Bitcoin transaction. It is generated when a transaction is created.</p> <note> <p> <code>transactionId</code> is only supported on the Bitcoin networks.</p> </note>
network'ETHEREUM_MAINNET' | 'ETHEREUM_SEPOLIA_TESTNET' | 'BITCOIN_MAINNET' | 'BITCOIN_TESTNET' required

The blockchain network where the transaction occurred.

Response

Success