Gemini
Access comprehensive market data from Gemini through CoinAPI's unified API.
Gemini Exchange Integration
Gemini is a regulated cryptocurrency exchange founded by the Winklevoss twins, known for its security, compliance, and institutional-grade infrastructure.
Overview
CoinAPI provides full Gemini integration:
- US regulated - NYDFS licensed exchange
- Institutional focus - SOC 2 certified
- Security first - Industry-leading security practices
Available Data Types
OHLCV Data
Historical and real-time candlestick data:
- Standard timeframes
- Volume information
- Complete historical data
Trade Data
Trade execution records:
- Individual trade data
- Precise timestamps
- Buy/sell indicators
Order Book Data
Market depth information:
- Level 2 order books
- Real-time updates
- Auction data
Supported Markets
Gemini offers curated trading pairs:
- USD pairs: BTC/USD, ETH/USD, and select altcoins
- Stablecoin pairs: GUSD (Gemini Dollar) pairs
- Crypto crosses: ETH/BTC, LTC/BTC
Key Features
- Regulatory compliance - Fully licensed in NY
- Insurance coverage - Digital asset insurance
- Institutional services - Custody and prime services
Unique Data
Gemini provides unique market features:
- Auction data - Daily auction prices
- GUSD metrics - Stablecoin specific data
Getting Started
- Create a CoinAPI account
- Obtain your API credentials
- Use
exchange_id=GEMINIin requests
Example
curl -X GET "https://rest.coinapi.io/v1/trades/GEMINI_SPOT_BTC_USD/latest" \
-H "X-CoinAPI-Key: YOUR_API_KEY"