Bittrex
Access comprehensive market data from Bittrex through CoinAPI's unified API.
Bittrex Exchange Integration
Bittrex is a US-based cryptocurrency exchange founded in 2014, known for its security practices and regulatory compliance.
Overview
CoinAPI provides Bittrex integration:
- US-based - Seattle-founded exchange
- Security focus - Founded by security professionals
- Compliance - US regulatory adherence
Available Data Types
OHLCV Data
Historical and real-time candlestick data:
- Standard timeframes
- Volume data
- Historical archives
Trade Data
Trade execution records:
- Individual trades
- Timestamps
- Buy/sell indicators
Order Book Data
Market depth information:
- Level 2 order books
- Real-time updates
Supported Markets
Bittrex offers:
- USD pairs: BTC/USD, ETH/USD
- USDT pairs: Wide altcoin selection
- BTC pairs: Altcoin/BTC markets
Key Features
- Security - Founded by cybersecurity experts
- Compliance - FinCEN registered
- US availability - Available to US customers
Getting Started
- Sign up for CoinAPI
- Get your API credentials
- Use
exchange_id=BITTREXin requests
Example
curl -X GET "https://rest.coinapi.io/v1/trades/BITTREX_SPOT_BTC_USD/latest" \
-H "X-CoinAPI-Key: YOUR_API_KEY"