Trades/Executed Transactions
Stream every trade as it happens across supported exchanges
Execute analytics on price, volume, and taker side
Backtest trading strategies with full historical tape
Track liquidity and aggressor behavior (buy vs sell)
Analyze market microstructure and short-term volatility
1[
2 {
3 "symbol_id": "BINANCE_SPOT_BTC_USDT",
4 "time_exchange": "2025-08-20T11:44:01.7830000Z",
5 "time_coinapi": "2025-08-20T11:44:01.9224866Z",
6 "uuid": "5d277f6b-4bef-45ab-b65d-1f20173612ab",
7 "taker_side": "BUY",
8 "price": 113095.16000000,
9 "size": 0.00840000
10 },
11 {
12 "symbol_id": "BINANCE_SPOT_BTC_USDT",
13 "time_exchange": "2025-08-20T11:44:01.7170000Z",
14 "time_coinapi": "2025-08-20T11:44:01.8628225Z",
15 "uuid": "a9a1971c-67bb-407c-88e1-f6b9684e2c46",
16 "taker_side": "SELL",
17 "price": 113095.15000000,
18 "size": 0.01456000
19 }
20]
21
Quotes (Level 1)
Stream top-of-book prices in real time (best bid & ask)
Track liquidity shifts with bid/ask sizes
Execute rapid trading decisions using the freshest quote
Analyze spreads and market sentiment at a glance
Power dashboards, tickers, and price widgets with low-latency feeds
1{
2 "symbol_id": "BINANCE_SPOT_BTC_USDT",
3 "time_exchange": "2025-08-20T12:05:43.2140000Z",
4 "time_coinapi": "2025-08-20T12:05:43.3495677Z",
5 "ask_price": 113817.16000000,
6 "ask_size": 0.03069000,
7 "bid_price": 113817.15000000,
8 "bid_size": 7.78561000
9}
Order Book (Depth/L2)
Full market depth snapshots & updates for execution logic.
Current snapshot endpoint for specific symbols
Historical & latest snapshots for research
Control returned levels with limit_levels
1{
2 "symbol_id": "BINANCE_SPOT_BTC_USDT",
3 "time_exchange": "2025-08-22T06:34:52.9140000Z",
4 "time_coinapi": "2025-08-22T06:34:53.2768207Z",
5 "asks": [
6 {
7 "price": 112990.52000000,
8 "size": 0.13957000
9 },
10 {
11 "price": 112990.53000000,
12 "size": 0.00075000
13 },
14 {
15 "price": 112991.43000000,
16 "size": 0.00005000
17 },
18 {
19 "price": 112992.69000000,
20 "size": 0.00010000
21 },
22 {
23 "price": 112992.70000000,
24 "size": 0.04444000
25 },
26 {
27 "price": 112993.68000000,
28 "size": 0.00005000
29 },
30 {
31 "price": 112994.17000000,
32 "size": 0.00166000
33 },
34 {
35 "price": 112995.36000000,
36 "size": 0.00010000
37 },
38 {
39 "price": 112995.37000000,
40 "size": 0.02631000
41 },
42 {
43 "price": 112995.38000000,
44 "size": 0.00005000
45 }
46 ],
47 "bids": [
48 {
49 "price": 112990.51000000,
50 "size": 12.04074000
51 },
52 {
53 "price": 112990.00000000,
54 "size": 0.01715000
55 },
56 {
57 "price": 112988.63000000,
58 "size": 0.00010000
59 },
60 {
61 "price": 112988.62000000,
62 "size": 0.14025000
63 },
64 {
65 "price": 112988.05000000,
66 "size": 0.00010000
67 },
68 {
69 "price": 112988.04000000,
70 "size": 0.08894000
71 },
72 {
73 "price": 112988.00000000,
74 "size": 0.01705000
75 },
76 {
77 "price": 112987.81000000,
78 "size": 0.00012000
79 },
80 {
81 "price": 112987.54000000,
82 "size": 1.26769000
83 },
84 {
85 "price": 112987.53000000,
86 "size": 0.00015000
87 }
88 ]
89}
Order Book (Level 2&3)
Stream full market depth in real time
Execute order flow analysis with aggregated (L2) or full (L3) books
Track liquidity shifts across multiple price levels
Analyze spreads, slippage, and market impact
Power trading dashboards with depth charts and liquidity heatmaps
1{
2 "symbol_id": "BINANCE_SPOT_BTC_USDT",
3 "time_exchange": "2025-08-21T08:50:23.8140000Z",
4 "time_coinapi": "2025-08-21T08:50:23.9448846Z",
5 "asks": [
6 {
7 "price": 113703.94000000,
8 "size": 10.17934000
9 },
10 {
11 "price": 113703.95000000,
12 "size": 0.00015000
13 },
14 {
15 "price": 113703.96000000,
16 "size": 0.68683000
17 },
18 {
19 "price": 113703.97000000,
20 "size": 0.30934000
21 },
22 {
23 "price": 113703.98000000,
24 "size": 0.00510000
25 },
26 {
27 "price": 113704.00000000,
28 "size": 0.00015000
29 },
30 {
31 "price": 113704.01000000,
32 "size": 0.12269000
33 },
34 {
35 "price": 113704.75000000,
36 "size": 0.00005000
37 },
38 {
39 "price": 113704.76000000,
40 "size": 0.05819000
41 },
42 {
43 "price": 113705.77000000,
44 "size": 0.00020000
45 }
46 ],
47 "bids": [
48 {
49 "price": 113703.93000000,
50 "size": 0.28088000
51 },
52 {
53 "price": 113703.92000000,
54 "size": 0.00055000
55 },
56 {
57 "price": 113703.27000000,
58 "size": 0.00005000
59 },
60 {
61 "price": 113703.26000000,
62 "size": 0.00010000
63 },
64 {
65 "price": 113703.13000000,
66 "size": 0.00135000
67 },
68 {
69 "price": 113703.12000000,
70 "size": 0.00005000
71 },
72 {
73 "price": 113702.67000000,
74 "size": 0.00005000
75 },
76 {
77 "price": 113702.16000000,
78 "size": 0.00005000
79 },
80 {
81 "price": 113701.87000000,
82 "size": 0.00005000
83 },
84 {
85 "price": 113701.01000000,
86 "size": 0.00010000
87 }
88 ]
89}
OHLCV (Open, High, Low, Close, Volume)
Stream compact price bars for charts and models
Execute backtests with exchange‑normalized candles
Track trend, momentum, and intraday volatility
Analyze volume, VWAP, and breakouts across periods (sec → day)
Power dashboards with time‑series charts and indicators
1[
2 {
3 "time_period_start": "2025-08-22T07:01:00.0000000Z",
4 "time_period_end": "2025-08-22T07:02:00.0000000Z",
5 "time_open": "2025-08-22T07:01:00.0140000Z",
6 "time_close": "2025-08-22T07:01:18.9140000Z",
7 "price_open": 113008.595,
8 "price_high": 113008.6,
9 "price_low": 113008.59,
10 "price_close": 113008.595,
11 "volume_traded": 1.00712,
12 "trades_count": 61
13 },
14 {
15 "time_period_start": "2025-08-22T07:00:00.0000000Z",
16 "time_period_end": "2025-08-22T07:01:00.0000000Z",
17 "time_open": "2025-08-22T07:00:00.0140000Z",
18 "time_close": "2025-08-22T07:00:59.8140000Z",
19 "price_open": 112998.295,
20 "price_high": 113008.6,
21 "price_low": 112952.29,
22 "price_close": 113008.595,
23 "volume_traded": 7.107760000000001,
24 "trades_count": 2613
25 },
26 {
27 "time_period_start": "2025-08-22T06:59:00.0000000Z",
28 "time_period_end": "2025-08-22T07:00:00.0000000Z",
29 "time_open": "2025-08-22T06:59:00.0140000Z",
30 "time_close": "2025-08-22T06:59:59.9140000Z",
31 "price_open": 112976.005,
32 "price_high": 112998.3,
33 "price_low": 112966.88,
34 "price_close": 112998.295,
35 "volume_traded": 2.7185900000000003,
36 "trades_count": 1149
37 },
38 {
39 "time_period_start": "2025-08-22T06:58:00.0000000Z",
40 "time_period_end": "2025-08-22T06:59:00.0000000Z",
41 "time_open": "2025-08-22T06:58:00.2900000Z",
42 "time_close": "2025-08-22T06:58:59.9540000Z",
43 "price_open": 113014.01,
44 "price_high": 113014.01,
45 "price_low": 112976,
46 "price_close": 112976.01,
47 "volume_traded": 1.8724399999999999,
48 "trades_count": 926
49 },
50 {
51 "time_period_start": "2025-08-22T06:57:00.0000000Z",
52 "time_period_end": "2025-08-22T06:58:00.0000000Z",
53 "time_open": "2025-08-22T06:57:00.1140000Z",
54 "time_close": "2025-08-22T06:57:59.3140000Z",
55 "price_open": 113068.975,
56 "price_high": 113077.09,
57 "price_low": 113014,
58 "price_close": 113014.005,
59 "volume_traded": 6.524179999999999,
60 "trades_count": 2112
61 }
62]
Assets/Crypto and Traditional
Stream comprehensive metadata on thousands of crypto and fiat assets
Execute cross-asset analytics with unified identifiers
Track liquidity, supply, and price metrics across asset classes
Analyze correlations between digital tokens and traditional currencies
Power dashboards with asset icons, fundamentals, and classifications
1[
2 {
3 "asset_id": "USD",
4 "name": "US Dollar",
5 "type_is_crypto": 0,
6 "data_quote_start": "2014-02-24T00:00:00.0000000Z",
7 "data_quote_end": "2025-08-21T00:00:00.0000000Z",
8 "data_orderbook_start": "2014-03-17T00:00:00.0000000Z",
9 "data_orderbook_end": "2025-08-21T00:00:00.0000000Z",
10 "data_trade_start": "2011-09-13T00:00:00.0000000Z",
11 "data_trade_end": "2025-08-21T00:00:00.0000000Z",
12 "data_symbols_count": 16623,
13 "volume_1hrs_usd": 16888218672048.62,
14 "volume_1day_usd": 187146780376085.12,
15 "volume_1mth_usd": 25502990810624336.83,
16 "id_icon": "0a4185f2-1a03-4a7c-b866-ba7076d8c73b",
17 "chain_addresses": [
18 {
19 "chain_id": "ETHEREUM",
20 "network_id": "MAINNET",
21 "address": "0xd233d1f6fd11640081abb8db125f722b5dc729dc"
22 }
23 ],
24 "data_start": "2011-09-13",
25 "data_end": "2025-08-21"
26 },
27 {
28 "asset_id": "BTC",
29 "name": "Bitcoin",
30 "type_is_crypto": 1,
31 "data_quote_start": "2014-02-24T00:00:00.0000000Z",
32 "data_quote_end": "2025-08-21T00:00:00.0000000Z",
33 "data_orderbook_start": "2014-03-17T00:00:00.0000000Z",
34 "data_orderbook_end": "2025-08-21T00:00:00.0000000Z",
35 "data_trade_start": "2011-09-13T00:00:00.0000000Z",
36 "data_trade_end": "2025-08-21T00:00:00.0000000Z",
37 "data_symbols_count": 12490,
38 "volume_1hrs_usd": 19020794905655.31,
39 "volume_1day_usd": 205920072651196.41,
40 "volume_1mth_usd": 27419456259443297.19,
41 "price_usd": 113547.166742941000000000121,
42 "id_icon": "4caf2b16-a017-4e26-a348-2cea69c34cba",
43 "chain_addresses": [
44 {
45 "chain_id": "ARBITRUM",
46 "network_id": "MAINNET",
47 "address": "0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f"
48 },
49 {
50 "chain_id": "ETHEREUM",
51 "network_id": "MAINNET",
52 "address": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599"
53 }
54 ],
55 "data_start": "2011-09-13",
56 "data_end": "2025-08-21"
57 },
58 {
59 "asset_id": "ETH",
60 "name": "Ethereum",
61 "type_is_crypto": 1,
62 "data_quote_start": "2015-08-10T00:00:00.0000000Z",
63 "data_quote_end": "2025-08-21T00:00:00.0000000Z",
64 "data_orderbook_start": "2016-03-15T00:00:00.0000000Z",
65 "data_orderbook_end": "2025-08-21T00:00:00.0000000Z",
66 "data_trade_start": "2016-03-09T00:00:00.0000000Z",
67 "data_trade_end": "2025-08-21T00:00:00.0000000Z",
68 "data_symbols_count": 10845,
69 "volume_1hrs_usd": 330956794573.21,
70 "volume_1day_usd": 3544691684333.22,
71 "volume_1mth_usd": 484480709026187.87,
72 "price_usd": 4281.8998420959800000000000624,
73 "id_icon": "604ae453-3d9f-4ad0-9a48-9905cce617c2",
74 "chain_addresses": [
75 {
76 "chain_id": "ARBITRUM",
77 "network_id": "MAINNET",
78 "address": "0x82af49447d8a07e3bd95bd0d56f35241523fbab1"
79 },
80 {
81 "chain_id": "ETHEREUM",
82 "network_id": "MAINNET",
83 "address": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"
84 }
85 ],
86 "data_start": "2015-08-10",
87 "data_end": "2025-08-21"
88 }
89]
Exchanges/Data Sources
Stream trades, quotes, and books directly from top global exchanges
Explore metadata about each exchange (spot, futures, options, testnets)
Track legitimacy, coverage, and data quality per venue
Integrate seamlessly with exchange-specific IDs and regions
Power trading dashboards with multi-exchange comparisons
1[
2 {
3 "exchange_id": "BINANCE",
4 "website": "https://www.binance.com/",
5 "name": "Binance",
6 "data_quote_start": "2017-12-18T00:00:00.0000000Z",
7 "data_quote_end": "2025-08-21T00:00:00.0000000Z",
8 "data_orderbook_start": "2017-12-18T00:00:00.0000000Z",
9 "data_orderbook_end": "2025-08-21T00:00:00.0000000Z",
10 "data_trade_start": "2017-07-14T00:00:00.0000000Z",
11 "data_trade_end": "2025-08-21T00:00:00.0000000Z",
12 "data_symbols_count": 3240,
13 "volume_1hrs_usd": 157482489.63,
14 "volume_1day_usd": 5358147539.83,
15 "volume_1mth_usd": 733858370166.07,
16 "rank": 2,
17 "integration_status": "INTEGRATED"
18 },
19 {
20 "exchange_id": "KRAKEN",
21 "website": "https://www.kraken.com/",
22 "name": "Kraken",
23 "data_quote_start": "2014-07-31T00:00:00.0000000Z",
24 "data_quote_end": "2025-08-21T00:00:00.0000000Z",
25 "data_orderbook_start": "2014-08-05T00:00:00.0000000Z",
26 "data_orderbook_end": "2025-08-21T00:00:00.0000000Z",
27 "data_trade_start": "2014-01-07T00:00:00.0000000Z",
28 "data_trade_end": "2025-08-21T00:00:00.0000000Z",
29 "data_symbols_count": 1457,
30 "volume_1hrs_usd": 9626028.80,
31 "volume_1day_usd": 251568302.03,
32 "volume_1mth_usd": 48997022201.11,
33 "rank": 2,
34 "integration_status": "INTEGRATED"
35 }
36]
Symbols/Trading Markets
Discover & map trading venues across crypto and traditional markets
Normalize symbols (exchange + instrument + base/quote) for clean integrations
Filter fast by exchange, asset, instrument type (spot, futures, options, perpetual)
Power routing & coverage maps for venue selection and market expansion
Drive symbol search & autocomplete in UIs and onboarding flows
1[
2 {
3 "symbol_id": "KRAKEN_SPOT_ETH_USD",
4 "exchange_id": "KRAKEN",
5 "symbol_type": "SPOT",
6 "asset_id_base": "ETH",
7 "asset_id_quote": "USD",
8 "data_start": "2015-08-10",
9 "data_end": "2025-08-21",
10 "volume_1day_usd": 42497977.88,
11 "price": 4285.8250,
12 "symbol_id_exchange": "ETH/USD",
13 "price_precision": 0.01,
14 "size_precision": 0.00000001
15 },
16 {
17 "symbol_id": "BINANCE_SPOT_BTC_USDT",
18 "exchange_id": "BINANCE",
19 "symbol_type": "SPOT",
20 "asset_id_base": "BTC",
21 "asset_id_quote": "USDT",
22 "data_start": "2017-08-17",
23 "data_end": "2025-08-21",
24 "volume_1day_usd": 469943553.08,
25 "price": 113419.07,
26 "symbol_id_exchange": "BTCUSDT",
27 "price_precision": 0.01,
28 "size_precision": 0.000001
29 },
30 {
31 "symbol_id": "KRAKEN_SPOT_ETH_USDT",
32 "exchange_id": "KRAKEN",
33 "symbol_type": "SPOT",
34 "asset_id_base": "ETH",
35 "asset_id_quote": "USDT",
36 "data_start": "2019-12-20",
37 "data_end": "2025-08-21",
38 "volume_1day_usd": 2336423.24,
39 "price": 4286.5550,
40 "symbol_id_exchange": "ETH/USDT",
41 "price_precision": 0.01,
42 "size_precision": 0.00000001
43 }
44]
45
Metrics
Stream live market intelligence via “current” metric snapshots for assets, symbols, and exchanges.
Execute targeted screens using standardized
metric_id
s (discoverable via the listing endpoints).Track derivatives signals like funding rate, open interest, and liquidations across venues.
Analyze risk & microstructure with historical metric series, configurable by period and
limit
for lightweight pulls.Power dashboards with fast, filtered endpoints at asset, symbol, or exchange scope.
1[
2 {
3 "metric_id": "DERIVATIVES_MARK_PRICE",
4 "exchange_id": "BINANCEFTS"
5 },
6 {
7 "metric_id": "LIQUIDATION_ORDER_TRADE_TIME",
8 "exchange_id": "BINANCEFTS"
9 },
10 {
11 "metric_id": "LIQUIDATION_ORDER_LAST_FILLED_QUANTITY",
12 "exchange_id": "BINANCEFTS"
13 },
14 {
15 "metric_id": "LIQUIDATION_SYMBOL",
16 "exchange_id": "BINANCEFTS"
17 },
18 {
19 "metric_id": "LIQUIDATION_TIME_IN_FORCE",
20 "exchange_id": "BINANCEFTS"
21 },
22 {
23 "metric_id": "LIQUIDATION_AVERAGE_PRICE",
24 "exchange_id": "BINANCEFTS"
25 },
26 {
27 "metric_id": "LIQUIDATION_ORDER_STATUS",
28 "exchange_id": "BINANCEFTS"
29 },
30 {
31 "metric_id": "LIQUIDATION_FILLED_ACCUMULATED_QUANTITY",
32 "exchange_id": "BINANCEFTS"
33 },
34 {
35 "metric_id": "DERIVATIVES_FUNDING_RATE_CURRENT",
36 "exchange_id": "BINANCEFTS"
37 },
38 {
39 "metric_id": "LIQUIDATION_QUANTITY",
40 "exchange_id": "BINANCEFTS"
41 },
42 {
43 "metric_id": "LIQUIDATION_ORDER_TYPE",
44 "exchange_id": "BINANCEFTS"
45 },
46 {
47 "metric_id": "LIQUIDATION_PRICE",
48 "exchange_id": "BINANCEFTS"
49 }
50]