Advanced Analytics
Get Orderbook Analytics
Retrieve pre-computed orderbook analytics for any market. These metrics are derived from orderbook snapshots.
What you get
- Time-series orderbook metrics
- Aggregated depth and liquidity data
- Spread and imbalance indicators
Use cases
- Track liquidity changes over time
- Identify optimal entry/exit points
- Build market quality dashboards
Example
- Request:
GET /api/v1/markets/example-market-id/orderbook_analytics?limit=10 - Header:
X-API-Key: YOUR_API_KEY
GET
Authorizations
Your API key (get one from the test-key endpoint above)
Path Parameters
Market ID
Query Parameters
Maximum number of rows to return (default: 10 in docs, max: 10000). Use a higher limit in your code.
Response
200 - application/json
Analytics data

