Tokens

GET /portfolio-indexor/tokenlist

List all the token of the mainnet specified

Headers

Name
Value

Content-Type

application/json

x-join-key

api_token

Params (Query)

Name
Type
Description

chainId

string

Possible values

Response

[
    {
        "contract_address": string,
        "chainId": number,
        "contract_ticker_symbol": string,
        "contract_decimals": number,
        "contract_name": string,
        "coinKey": string,
        "logo_url": string,
    }
]

GET /portfolio-indexor/tokenPrice

Return price of the token specified

Headers

Name
Value

Content-Type

application/json

x-join-key

api_token

Params (Query)

Name
Type
Description

tokenAddress

string

The address of the token to get the info.

tokenChainName

string

Name of the chain to get the information. (ie: matic, bsc, polygon etc...)

Response

Last updated