cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/analytics/trades \ --header 'Authorization: Bearer <token>'
{ "dimension": "<string>", "filters": {}, "items": [ { "account_id": 123, "commission": 123, "id": 123, "price": 123, "quantity": 123, "side": "<string>", "symbol": "<string>", "name": "<string>", "trade_time": "<string>" } ], "limit": 123, "tag_filter": "<string>" }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
List individual trades
GET /api/analytics/trades response.
GET /api/analytics/trades
Show child attributes
Was this page helpful?