The endpoint returns assets/fiats price changes history for the selected period (day/week/month/year).
Success Response
Unauthorized
Not Found
Error
Too Many Requests
Error
Maintenance or Service unavailable
{- "data": [
- {
- "open": "36133.2",
- "high": "36133.2",
- "close": "36094.2",
- "low": "36088.9",
- "time": "2021-06-13T15:40:00+02:00"
}, - {
- "open": "36076.6",
- "high": "36084.7",
- "close": "35968.4",
- "low": "35968.4",
- "time": "2021-06-13T15:50:00+02:00"
}, - {
- "open": "35948.2",
- "high": "36037.2",
- "close": "36024.5",
- "low": "35948.2",
- "time": "2021-06-13T16:00:00+02:00"
}
]
}