v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1498872.1 KB

Lists all the transaction events for a transaction.

post/list-transactions

Request body

addressstring required

The address (either a contract or wallet), whose transactions are being requested.

network'ETHEREUM_MAINNET' | 'ETHEREUM_SEPOLIA_TESTNET' | 'BITCOIN_MAINNET' | 'BITCOIN_TESTNET' required

The blockchain network where the transactions occurred.

nextTokenstring

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

maxResultsinteger
<p>The maximum number of transactions 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.