cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/market/prices \ --header 'Authorization: Bearer <token>'
{ "prices": {} }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Current prices for multiple symbols
Batch price response.
Was this page helpful?