Returns a list of contract accounts.
/v1/contracts
Filter by internal TzKT id.
Click on the parameter to expand more details.
Filter by address.
Click on the parameter to expand more details.
Filter by kind (delegator_contract
, smart_contract
, or asset
).
Click on the parameter to expand more details.
Filter by tzips (fa1
, fa12
, or fa2
).
Click on the parameter to expand more details.
Filter by balance.
Click on the parameter to expand more details.
Filter by creator.
Click on the parameter to expand more details.
Filter by manager.
Click on the parameter to expand more details.
Filter by delegate.
Click on the parameter to expand more details.
Filter by level of the block where the contract was first seen.
Click on the parameter to expand more details.
Filter by timestamp (ISO 8601) of the block where the contract was first seen.
Click on the parameter to expand more details.
Filter by level of the block where the contract was last seen.
Click on the parameter to expand more details.
Filter by timestamp (ISO 8601) of the block where the contract was last seen.
Click on the parameter to expand more details.
Filter by 32-bit hash of contract parameter and storage types (helpful for searching similar contracts).
Click on the parameter to expand more details.
Filter by 32-bit hash of contract code (helpful for searching same contracts).
Click on the parameter to expand more details.
Sorts items (asc or desc) by the specified field.
You can see what fields can be used for sorting in the response description, below.
Click on the parameter to expand more details.
Specifies which or how many items should be skipped.
Click on the parameter to expand more details.
Maximum number of items to return.
Specify a comma-separated list of fields to include into response or leave it undefined to get default set of fields.
This parameter accepts values of the following format: {field}{path?}{as alias?}
, so you can do deep selection
(for example, ?select=balance,token.metadata.symbol as token,...
).
Note, if you select just one field, the response will be flatten into a simple array of values.
Click on the parameter to expand the details.
Specifies whether to include contract storage into response.
Returns a contract account with the specified address.
/v1/contracts/{address}
Contract address (starting with KT)
If true
(by default), the metadata
field will contain tzkt profile info, or TZIP-16 metadata otherwise. This is a part of a deprecation mechanism, allowing to switch to new functionality smoothly.