Skip to main content
GET
/
api
/
klines
/
coverage
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
    }
  ]
}

Authorizations

Authorization
string
header
required

Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.

Response

Kline coverage per symbol/interval

Coverage listing.

coverage
object[]
required