Crypto Market Data
Crypto Market Data API provides comprehensive access to real-time and historical cryptocurrency market data across multiple exchanges. Optimized for performance, this API delivers critical market insights with minimal latency, making it ideal for traders, analysts, and financial applications. ## Key Features - **Market Indicators**: Retrieve market data indicators including open interest,…
Crypto Market Data endpoints
| Method | Endpoint | Description |
|---|---|---|
| AI Analysis Time Series | ||
| GET |
getMarketAnalysis /market-analysis |
Get AI analysis data from raw_data.ai_analysis table. The response includes: - datetime: Timestamp of the analysis - symbol: Trading symbol - position: Trading position… |
| Market Data Time Series | ||
| GET |
getOrderflow /orderflow |
This endpoint provides detailed time series data with buy and sell volumes along with calculated delta values that show the net difference between buy and sell flows. The… |
| GET |
getTradeCategories /trade-categories |
Trade categories are defined by USD value: - Category 1: < $1,000 - Category 2: $1,000 - $10,000 - Category 3: $10,000 - $100,000 - Category 4: $100,000 - $1M - Category 5: $1M -… |
| GET |
getOrderbookTimeSeriesAggregated /orderbook-time-series-aggregated |
This endpoint provides a simplified view of the orderbook time series where amounts are aggregated based on their percentage distance from the mid price. The response includes: -… |
| GET |
getOrderbookTimeSeries /orderbook-time-series |
This endpoint provides orderbook snapshots at specified intervals, allowing analysis of market depth changes over time. Each entry contains a timestamp and the corresponding… |
| GET |
getLiquidations /liquidations |
This endpoint provides liquidation events with the following fields: - time - exchange_id - symbol - side - liquidation_count - total_amount - total_cost - avg_price - min_price… |
| GET |
getIndicators /data-indicators |
Get market data indicators including open interest, account ratios, and funding rates. The response includes: - Open Interest (OI) metrics: - OI levels (open, high, low, close) -… |
| Utils | ||
| GET |
getSymbols /symbols |
Get list of available symbols and exchanges, optionally filtered by exchange. Also includes boolean flags indicating if the symbol has orderbook, liquidation, indicator, and… |
| GET |
getMarketDepth /market-depth |
The response includes: - Timestamp of the orderbook snapshot - Bids (buy orders) sorted by price in descending order - Asks (sell orders) sorted by price in ascending order Each… |
| GET |
getTradeVolumeSummary /trade-volume-summary |
Get summary of trade volumes across all symbols for the specified time period. Returns a single aggregated summary of volumes for each symbol over the specified interval. For… |
| GET |
getLatestPrices /latest-prices |
Get latest mid prices for specified symbols. |
Crypto Market Data pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $15 / month | 20 / minute |
|
| ULTRA Recommended | $25 / month | 60 / minute |
|
| MEGA | $50 / month | 200 / minute |
|