Crypto Price API
Real-time Crypto Price Data API
Powerful GraphQL API for real-time cryptocurrency prices across 15+ major tokens. Query multiple assets in a single request with enterprise-grade reliability and sub-100ms latency.
Get API Key Free15+ Supported Cryptocurrencies
Access real-time price data for all major cryptocurrencies
BTCETHSOLADAATOMAVAXBCHBNBDOTFILLINKLTCMATICUNIXRPPowerful Features for Developers
REST API
Simple HTTP endpoints to query current and historical prices. JSON responses with standard authentication.
GraphQL API
Flexible queries to fetch exactly the fields you need. Batch multiple symbols in a single request.
Historical Data
Access OHLCV candlestick data going back years. Ideal for backtesting and charting applications.
Real-time Updates
Low-latency price feeds updated every second. WebSocket support for streaming ticker data.
Quick Integration
Get started in minutes with our simple API
// Get latest price
const res = await fetch('https://bex.co/router/crypto-price', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ symbols: ['BTCUSDT', 'ETHUSDT'] })
});
const { data } = await res.json();Start for free
No credit card required. Get your API key and start fetching price data in under two minutes.
Sign Up For Free