v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1498872.1 KB

Lists all the contracts for a given contract type deployed by an address (either a contract address or a wallet address).

The Bitcoin blockchain networks do not support this operation.

post/list-asset-contracts

Request body

nextTokenstring

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

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