Get contracts

Get a paginated list of contracts.

GET /contracts

Query params

Query param
Description

deploy_hash

Hash of the deploy that deployed the contract to the network

contract_package_hash

Contract Package hash.

from_block_height

From block height range

to_block_height

To block height range

Sorting

Property
Description

timestamp

Sort contracts by timestamp

Default sorting is timestamp DESC

Optional properties

Property
Type
Description

contract_package

Contract package, this contract version is a part of

Response

PaginatedResponse<Contract>

Example

Last updated