Skip to main content

get token price by symbol

GET 

/v2/prices/:symbol

get token price by symbol

Request

Path Parameters

    symbol stringrequired

    token symbol, supported only: ron, wron, eth, weth, usd

Query Parameters

    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

    fiat string
    price number
Loading...