cURL
curl --request GET \ --url https://api.agg.market/orderbooks \ --header 'x-app-id: <api-key>'
{ "data": [ { "marketId": "<string>", "venueOrderbooks": {}, "matchedMarkets": [ { "venue": "<string>", "marketId": "<string>" } ] } ] }
Returns per-venue orderbooks with native tick spacing for up to 20 canonical markets. Each venue entry includes the venue-specific tick size.
Your application ID. Required for all app-tier and user-tier routes.
1 <= x <= 100
200
Show child attributes