cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/klines/coverage \ --header 'Authorization: Bearer <token>'
{ "coverage": [ { "environment": "<string>", "exchange": "<string>", "period": "<string>", "symbol": "<string>", "newest": "<string>", "oldest": "<string>", "total_candles": 123 } ] }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Kline coverage per symbol/interval
Coverage listing.
Show child attributes
Was this page helpful?