Skip to main content

Get a list of contracts

GET 

/?module=contract&action=listcontracts

Get a list of contracts

Request

Query Parameters

    module stringrequired

    Possible values: [contract]

    action stringrequired

    Possible values: [listcontracts]

    page integer
    offset integer
    filter string
    not_decompiled_with_version string
    verified_at_start_timestamp integer
    verified_at_end_timestamp integer
    apiKey stringrequired
    Example: pk_1234567890

Responses

OK

Schema
    message string
    result object[]
    status string
Loading...

Was this page helpful?