cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/analytics/trades/{trade_id}/kline \ --header 'Authorization: Bearer <token>'
{ "candles": [ {} ], "period": "<string>", "trade_id": 123 }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Trade ID
K-line period (e.g. 5m, 1h)
K-line data around trade time
K-line buckets around a specific trade.
Was this page helpful?