Skip to main content
GET
/
api
/
market
/
prices
cURL
curl --request GET \
  --url https://api.production.hyperoru.com/api/market/prices \
  --header 'Authorization: Bearer <token>'
{
  "prices": {}
}

Authorizations

Authorization
string
header
required

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

Response

Current prices for multiple symbols

Batch price response.

prices
object
required