Skip to main content

Get transactions by address

GET 

/?module=account&action=txlist

Get transactions by address

Request

Query Parameters

    module stringrequired

    Possible values: [account]

    action stringrequired

    Possible values: [txlist]

    apiKey stringrequired
    Example: pk_1234567890
    address stringrequired

    string containing the address hash.

    startblock integer

    integer block number to start transaction search.

    endblock integer

    integer block number to stop transaction search.

    page integer

    integer representing the page number used for pagination. offset must also be provided.

    offset integer

    integer representing number of transactions returned per page. page must also be provided.

    sort string

    Possible values: [asc, desc]

    sorting preference, asc for ascending and desc for descending. Descending is default.

Responses

OK

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

Was this page helpful?