Markets

GET /portfolio-indexor/markets

List all the supported coins with price, market cap, volume and market related data

Headers

Name
Value

Content-Type

application/json

x-join-key

api_token

Params (Query)

Name
Type
Description

currency

string

target currency

Response

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

GET /portfolio-indexor/markets/top_gainers_losers

List the top coins with largest price gain and loss in the last 24 hours

Headers

Name
Value

Content-Type

application/json

x-join-key

api_token

Params (Query)

Name
Type
Description

currency

string

target currency

Response

GET /portfolio-indexor/markets/coins/:id

Return price of the coin

Headers

Name
Value

Content-Type

application/json

x-join-key

api_token

Params (Query)

Name
Type
Description

currency

string

target currency

Response

POST /portfolio-indexor/markets/coins/search

Return price of the coin

Headers

Name
Value

Content-Type

application/json

x-join-key

api_token

Params (Query)

Name
Type
Description

currency

string

target currency

Body (Json)

Name
Type
Description

search

string

min character: 3

Response

Last updated