Skip to main content
GET
Get List of Contracts

Query Parameters

module
enum<string>
required

Module name (must be 'contract')

Available options:
contract
action
enum<string>
required

Action name (must be 'listcontracts')

Available options:
listcontracts
page
integer

Page number for pagination

offset
integer

Max number of records per page

filter
string

Filter verified unverified empty or 1 2 3

verified_at_start_timestamp
string

Unix timestamp for start (verified filter only)

verified_at_end_timestamp
string

Unix timestamp for end (verified filter only)

Response

200 - application/json

Successful response

status
enum<string>

Status code (1 = OK)

Available options:
1
message
string

Response message

Example:

"OK"