> ## Documentation Index
> Fetch the complete documentation index at: https://docs.meridiandata.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Meridian documentation

> Query normalized crypto futures, spot, and custom trade-bar data through Context Protocol.

# Raw markets. Canonical facts.

Meridian provides normalized crypto futures, spot, and custom trade-bar data through a stable, DataFrame-ready contract. Developers connect through Context Protocol using its TypeScript SDK, Python SDK, or official remote MCP endpoint.

<CardGroup cols={2}>
  <Card title="Run your first query" icon="rocket" href="/quickstart">
    Query BTC futures data through Context Protocol in a few minutes.
  </Card>

  <Card title="Inspect the tool contract" icon="brackets-curly" href="/reference/tool-id">
    Use Meridian's stable marketplace tool ID and method names.
  </Card>

  <Card title="Explore custom bars" icon="chart-column" href="/custom-bars/overview">
    Work with dollar, volume, tick, and imbalance bars built from individual trades.
  </Card>

  <Card title="Understand data quality" icon="shield-check" href="/data/coverage">
    Read coverage, provenance, source-limited, and no-results semantics.
  </Card>
</CardGroup>

## Current surfaces

| Surface     | Exchanges                        | Main data                                                        |
| ----------- | -------------------------------- | ---------------------------------------------------------------- |
| Futures     | Binance, Bybit, OKX, Hyperliquid | OHLCV, trade flow, open interest, funding, premium, liquidations |
| Spot        | Binance, Bybit, OKX, Coinbase    | OHLCV and buy/sell trade flow                                    |
| Custom bars | Binance Futures                  | BTCUSDT dollar, volume, tick, and imbalance bars                 |

<Note>
  Meridian returns stored facts. Missing or venue-limited values remain explicit through coverage metadata, provenance, warnings, and nulls. They are never silently converted to zero.
</Note>

## Integration boundary

The public integration layer is Context Protocol. The underlying Meridian HTTP routes define the data contract, while the marketplace tools provide authenticated discovery, billing, execution, and MCP access.

Meridian provides market data only. It does not place orders, approve trades, manage capital, or expose trading-bot behavior.

<Card title="Continue to Quickstart" icon="arrow-right" href="/quickstart">
  Create a Context API key and run a pinned Meridian query.
</Card>
