Index Price History

Get index history of a specific symbol.

GET https://api.staging.dexilon.io/api/v1/tradingData/indexPrice/history

Weight: 1

Query Parameters

Name
Type
Description

symbol*

String

Symbol name

timeScope*

Enum

Scope of time.

Example: DAY_1, DAY_7, MONTH_1, MONTH_3, YEAR_1

[
    {
        "indexPrice": 26522.2,
        "time": 1679079300000
    },
    {
        "indexPrice": 27176.0,
        "time": 1679099100000
    }
]

Last updated