Skip to main content
GET
/
api
/
market-flow
/
large-order-zones
cURL
curl --request GET \
  --url https://api.production.hyperoru.com/api/market-flow/large-order-zones \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

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

Response

Large order zones on order book

{ "items": [...] } wrapper used by a handful of list endpoints that don't have a more specific typed item shape yet.

items
object[]
required