Limitless
Get Limitless Orderbook
Retrieve orderbook data for a Limitless market. Each row shows bid and ask arrays at a point in time.
What you get
- Bid and ask price level arrays
- Token ID and market ID
- Last update timestamp
Use cases
- Analyze current and historical liquidity
- Build depth charts
- Calculate spreads
Note The playground returns 10 results for demo. Use limit parameter (up to 10,000) in production.
Example
- Request:
GET /api/v1/limitless/dollarbtc-above-dollar7294324-on-feb-5-0300-utc-1770256941356/orderbook?limit=10 - Header:
X-API-Key: YOUR_API_KEY
GET
Authorizations
Your API key (get one from the test-key endpoint above)
Path Parameters
Limitless market identifier
Query Parameters
Maximum number of rows to return (default: 10, max: 10,000)
Required range:
x <= 10000
