v1
latestOpenAPI 3.0.02026-07-17103042.4 KBList contracts for an account
Returns a paginated list of contracts deployed to the given account address, ordered ascending by contract name. Results can be filtered by contract name and block height range.
Path parameters
The 8-byte address of an account.
The account address (hex-encoded without 0x prefix).
Query parameters
Opaque pagination cursor from a previous response's next_cursor field.
Opaque pagination cursor from a previous response's next_cursor field.
The maximum number of results to return.
Filter by case sensitive contract name (unqualified, e.g. EVM).
Filter to include only deployments at or after this block height (inclusive).
Filter to include only deployments at or before this block height (inclusive).
A comma-separated list indicating which properties of the content to expand.
A comma-separated list indicating which properties of the content to return.
Response
A page of contracts for the account.