Get Contracts

Returns a list of contract entities on the network.

This method will use 20 Compute Units.


List contract entities on network

get

Returns a list of all contract entity items on the network.

Query parameters
contract.idstringOptional

The ID of the smart contract

Example: {"summary":"--","value":""}Pattern: ^((gte?|lte?|eq|ne)\:)?(\d{1,10}\.\d{1,10}\.)?\d{1,10}|(\d{1,10}\.){0,2}[A-Fa-f0-9]{40}$
limitinteger · int32 · min: 1 · max: 100Optional

The maximum number of items to return

Default: 25Example: 2
orderundefined · enumOptional

The order in which items are listed

Default: descExample: ascPossible values:
Responses
200

OK

application/json
get
/api/v1/contracts

Last updated

Was this helpful?