Get orderbook (v1, deprecated)
Markets
Get orderbook (v1, deprecated)
deprecated
Legacy nested-orderbook endpoint kept for backwards compatibility
POST
Get orderbook (v1, deprecated)
Returns the orderbook for an entire league in nested form, keyed by spread / total number. Same per-game shape as Get single orderbook, but for every game in the league.Documentation Index
Fetch the complete documentation index at: https://docs.4casters.io/llms.txt
Use this file to discover all available pages before exploring further.
Request
POST /exchange/getOrderbook
League code (case-insensitive).
Response
Always
null in this endpoint.Array of games with nested-orderbook fields. See Get single orderbook for the per-game shape —
awayMoneylines / homeMoneylines arrays plus awaySpreads / homeSpreads / over / under objects keyed by spread or total number.Authorizations
Pass your auth token in the Authorization header. The Bearer prefix is optional; the server also accepts a signed auth cookie or a token field in the request body.
Body
application/json
League code (case-insensitive).
Response
Nested-orderbook response