Exchange Swap OHLCV
Open / high / low / close prices with base- and quote-denominated volume, aggregated into day, hour, 10min, or min candles.
What it measures
Open / high / low / close prices with base- and quote-denominated volume, aggregated intoday, hour, 10min, or min candles.
This endpoint serves exchange swap data — per-exchange, per-quote pairs (e.g. btc_usdt).
Use inverse=true for coin-margined contracts; the default false returns linear (USDⓈ-margined) contracts.Authorizations
For each API request, include the Authorization HTTP header with Bearer {access_token}.
Query Parameters
Exchange name, e.g. binance. List active exchanges via /market/info/exchanges.
Per-quote trading pair, e.g. btc_usdt. List active symbols via /market/info/symbols.
Return inverse (coin-margined) contracts. true or false; defaults to false (linear). Swap only.
true, false Aggregation window: day (default), hour, 10min, or min.
day, hour, 10min, min Inclusive start time, YYYYMMDDTHHMMSS (UTC). If window=day, YYYYMMDD is also accepted.
Inclusive end time, YYYYMMDDTHHMMSS (UTC). If window=day, YYYYMMDD is also accepted.
Maximum rows returned (default 100, max 10000).
x <= 10000Response format: json (default) or csv.
json, csv