Skip to main content
GET
Exchange Perpetual Contract Snapshot

Query Parameters

pair
string
required

Trading pair (e.g. BTC/USDT). The swap suffix ':USDT' is added automatically.

Example:

"BTC/USDT"

fields
string
default:funding,oi

Comma-separated fields to include: 'funding' (current funding rate), 'oi' (open interest). Defaults to all fields.

Example:

"funding,oi"

exchange
enum<string>
default:binance

Exchange identifier

Available options:
binance,
okx,
bybit,
bitget,
htx,
bitfinex,
bitmex
Example:

"binance"

Response

OK

data
object
required
meta
object
required
$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://example.com/schemas/DataObjectResponseExchangePerpResponse.json"