Gemini
Get Gemini Orderbook
Retrieve orderbook snapshots for a specific Gemini market. Returns yes_side and no_side arrays representing the full depth of the orderbook at each snapshot.
Use cases
- Visualize orderbook depth over time
- Analyze liquidity and spread
- Build order flow models
Example
- Request:
GET /api/v1/gemini/GEMI-BTC15M2603170230-HI75245D64/orderbook?limit=10 - Header:
X-API-Key: YOUR_API_KEY
GET
Documentation Index
Fetch the complete documentation index at: https://docs.delphimarkets.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your API key (get one from the test-key endpoint above)
Path Parameters
Gemini market ID
Query Parameters
Maximum number of snapshots to return
Response
Array of orderbook snapshots

