v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1498872.1 KB

Lists all the transaction events for an address on the blockchain.

This operation is only supported on the Bitcoin networks.

post/list-filtered-transaction-events

Request body

networkstring required
<p>The blockchain network where the transaction occurred.</p> <p>Valid Values: <code>BITCOIN_MAINNET</code> | <code>BITCOIN_TESTNET</code> </p>
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.