v1

latestOpenAPI 3.0.02026-07-17103042.4 KB
Contracts

List contracts

Returns a paginated list of contracts (latest deployment per unique contract identifier), ordered descending by contract address. Results can be filtered by contract name and block height range.

get/experimental/v1/contracts

Query parameters

cursorstring base64

Opaque pagination cursor from a previous response's next_cursor field.

Opaque pagination cursor from a previous response's next_cursor field.

limitinteger

The maximum number of results to return.

contract_namestring

Filter by case sensitive contract name (unqualified, e.g. EVM).

start_blockstring uint64

Filter to include only deployments at or after this block height (inclusive).

end_blockstring uint64

Filter to include only deployments at or before this block height (inclusive).

expandstring[]

A comma-separated list indicating which properties of the content to expand.

selectstring[]

A comma-separated list indicating which properties of the content to return.

Response

A page of contracts.

next_cursorstring base64

Opaque pagination cursor from a previous response's next_cursor field.