v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1498872.1 KB

Lists all the transaction events for 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/list-transaction-events

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 events occurred.

nextTokenstring

The pagination token that indicates the next set of results to retrieve.

maxResultsinteger
<p>The maximum number of transaction events to list.</p> <p>Default: <code>100</code> </p> <note> <p>Even if additional results can be retrieved, the request can return less results than <code>maxResults</code> or an empty array of results.</p> <p>To retrieve the next set of results, make another request with the returned <code>nextToken</code> value. The value of <code>nextToken</code> is <code>null</code> when there are no more results to return</p> </note>

Response

Success

nextTokenstring

The pagination token that indicates the next set of results to retrieve.