Skip to main content

Get list of tokens owned by address

GET 

/?module=account&action=tokenlist

Get list of tokens owned by address

Request

Query Parameters

    module stringrequired

    Possible values: [account]

    action stringrequired

    Possible values: [tokenlist]

    apiKey stringrequired
    Example: pk_1234567890
    address stringrequired

    string containing the account address hash.

Responses

OK

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

Was this page helpful?