Skip to main content

get multiple token prices

GET 

/v2/prices

get multiple token prices

Request

Query Parameters

    addresses string

    token address list, separated by the comma(",")

    timestamp number

    to request price at timestamp, in unix seconds

    vs_currencies string

    specify interested currencies only, otherwise, all currencies are returned

Responses

OK

Schema

    result

    object

    property name*

    object

    symbol string

    price

    object

    property name*

    object

    fiat string
    price number
Loading...