Gemini
Get Gemini Trade History
Retrieve trade history for a specific Gemini market. Each record includes price, quantity, maker/taker flag, and trade ID.
Use cases
- Analyze trade flow and volume
- Build trading signals from historical trades
- Study market microstructure and maker/taker ratios
Example
- Request:
GET /api/v1/gemini/GEMI-BTC15M2603170230-HI75245D64/tradehistory?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 trades to return
Response
Array of trade records
Exchange name
Market identifier
Market ID on the Gemini venue
Unique trade identifier
Trade price
Trade quantity
Whether the trade was a maker order (1) or taker order (0)
Server timestamp
Ingest timestamp

