Perpetual Contract Snapshot
GET
/gateway/v1/exchange/perpReturns a perpetual futures snapshot for a trading pair: funding rate, open interest, mark/index price.
Available fields (via `fields`): - `funding` — current funding rate, next settlement, mark/index price - `oi` — open interest in contracts and USD
Just pass the base pair (e.g. `pair=BTC/USDT`). The swap settle suffix is added automatically from the quote currency, e.g. `BTC/USDT:USDT` or `BTC/USDC:USDC`.
Query Parameters
pairstringrequired
Trading pair (e.g. BTC/USDT). The swap settle suffix is added automatically from the quote currency, e.g. BTC/USDT:USDT or BTC/USDC:USDC.
Example:
BTC/USDTfieldsstring
Comma-separated fields to include: 'funding' (current funding rate), 'oi' (open interest). Defaults to all fields.
Example:
funding,oiexchangeenum<string>
Exchange identifier. Hyperliquid uses USDC-settled perps (e.g. BTC/USDC:USDC).
Available options:
binanceokxbybitbitgethtxbitfinexbitmexhyperliquidExample:
binancePerpetual Contract Snapshot
OK