Skip to main content
spot returns stored spot facts under Meridian’s unified 13-column contract.

Arguments

ArgumentTypeRequiredDescription
exchangesstring[]YesOne or more of binance, bybit, okx, coinbase
columnsstring[]YesSpot column names to return
begintimestampYesInclusive start
endtimestampYesExclusive end
resolutionstring or integerNoDefaults to 1m
productsstring[]ConditionalProducts such as BTCUSDT or Coinbase BTCUSD
coinsstring[]ConditionalCoins such as BTC, expanded for requested venues
includeobjectNoCoverage, provenance, and column-metadata flags
Provide products or coins. Meridian rejects unbounded product scans.

Example arguments

{
  "exchanges": ["binance", "bybit", "okx", "coinbase"],
  "coins": ["BTC"],
  "columns": [
    "open_price",
    "high_price",
    "low_price",
    "close_price",
    "dollar_volume",
    "buy_dollar_volume",
    "sell_dollar_volume"
  ],
  "begin": "2026-07-13T00:00:00Z",
  "end": "2026-07-13T06:00:00Z",
  "resolution": "1h",
  "include": {
    "coverage": true,
    "provenance": true,
    "column_metadata": true
  }
}

Spot CVD

Calculate spot dollar CVD from buy_dollar_volume - sell_dollar_volume, cumulatively summed in timestamp order. Trade-count fields are not volume substitutes.

Spot column catalog

See all 13 spot columns.