Futures 4 venues
- BinanceUSD-M perps
- BybitUSDT perps
- OKXswap
- Hyperliquidperp
Crypto futures and spot data across venues
Pull price, funding, open interest, liquidations, and trade flow across the venues you already use. Meridian returns the same columns in one query and keeps missing coverage visible.
Built for notebooks, data pipelines, and MCP-compatible agents.
| exchange | close | funding | open interest | liq 1h |
|---|---|---|---|---|
| binance | 67,412.30 | +0.0084% | $2.18B | $4.12M |
| bybit | 67,409.80 | +0.0079% | $911.2M | $1.88M |
| okx | 67,415.10 | -0.0012% | $604.1M | $902K |
| hyperliquid | 67,410.55 | +0.0102% | $388.2M | $1.20M |
01 / Coverage
Compare supported venues without rewriting your research pipeline for each exchange. Exact product and field availability stays attached to the result.
51 futures and 9 spot product contracts. Unsupported and source-limited cases remain explicit, so the result never looks more complete than the source.
02 / One schema
Choose the venues, products, time range, resolution, and fields. Meridian returns flat typed rows in the same shape, ready for pandas, Polars, a backtest, dashboard, or research agent.
{
"surface": "futures",
"exchanges": [
"binance",
"bybit",
"okx"
],
"products": ["BTCUSDT"],
"resolution": "1h",
"columns": [
"close_price",
"funding_rate",
"dollar_open_interest_close"
]
}
| ts | exchange | close | oi_close | funding |
|---|---|---|---|---|
| 06-01 00:00 | binance | 67,190.20 | 2,101,004,112 | +0.0081% |
| 06-01 01:00 | binance | 67,242.55 | 2,109,441,203 | +0.0079% |
| 06-01 00:00 | bybit | 67,188.90 | 901,204,552 | +0.0074% |
| 06-01 00:00 | okx | 67,201.40 | 598,204,113 | -0.0009% |
df.ready() Every endpoint returns flat typed rows for pandas and Polars. No nested JSON to unpack.
03 / Data quality
Meridian returns captured facts with coverage and provenance attached. If a venue does not provide a field or a stored interval is missing, the response says so instead of silently filling it with zero.
Every row traces back to a captured exchange event. Nothing is modeled to look complete.
Each series ships with start date, gap log, and venue-specific notes before you query.
Know which endpoint, capture method, and timestamp produced each row.
If an exchange does not publish a field, Meridian says so instead of estimating it.
04 / Custom bars
Dollar, volume, tick, and imbalance bars built from Binance Futures BTCUSDT trades. Activity, not a fixed interval, determines when each bar closes.
05 / How Meridian works
Define the market and facts you need. Meridian returns comparable rows with the evidence needed to interpret their limits.
Select futures, spot, or custom bars, then choose the supported venues, products, resolution, and time window.
Request only the price, trade-flow, funding, open-interest, premium, or liquidation fields the analysis needs.
Receive flat rows together with coverage, warnings, and provenance so the limits travel with the data.
06 / Research questions
Meridian is designed for questions that become difficult when every venue names, shapes, or limits the underlying data differently.
How did funding and open interest diverge across supported perpetual markets?
Which venue led buy and sell trade flow during the move?
Where did liquidation print volume concentrate across supported venues?
What changes when trade activity, rather than the clock, closes each bar?
07 / FAQ
Short answers here, full detail in the docs.
Futures on Binance, Bybit, OKX, and Hyperliquid; spot on Binance, Bybit, OKX, and Coinbase; and BTCUSDT custom bars built from Binance Futures trades. Exact product and interval coverage is documented per series.
Futures include OHLCV, buy and sell trade flow, open interest, funding, premium, and liquidation fields where supported. Spot includes OHLCV and buy and sell trade flow.
Dollar, volume, tick, and imbalance bars are currently available for Binance Futures BTCUSDT, built from stored individual trades.
It stays missing. If an exchange did not publish a field or a capture gap exists, Meridian returns explicit coverage metadata, warnings, and nulls — never silent zeros or interpolated values.
Flat, typed tabular rows with canonical exchange, product, and time identities — ready to load into pandas or Polars without unpacking nested JSON.
Yes. MCP-compatible agents can access Meridian through its hosted MCP integration and receive the same normalized rows, coverage, provenance, and warnings described in the data contract.
No. Meridian provides market data for research systems. It does not place orders, manage capital, approve trades, or promise trading outcomes.
Meridian
See how Meridian turns supported exchange data into comparable rows without hiding the gaps.