Limitless
Get Limitless Top of Book
Retrieve top-of-book best bid/ask data for a Limitless market, including the top 5 price levels on each side.
What you get
- Best bid and ask prices
- Top 5 bid and ask price levels with sizes
- Token ID and market ID
- Timestamps
Use cases
- Monitor real-time best quotes
- Track top-of-book depth
- Build spread analytics
Example
- Request:
GET /api/v1/limitless/dollarbch-above-dollar56557-on-feb-18-1700-utc-1771347602997/top_of_book?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 ID
Query Parameters
Maximum number of rows to return (default: 10 in docs, max: 10000). Use a higher limit in your code.
Response
Top of book data
Exchange identifier
Token identifier
Market identifier
Best bid price as decimal
Best ask price as decimal
Top 5 bid price levels
Top 5 ask price levels
Last update timestamp

