Exchange Perpetual Contract Snapshot
Returns 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
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.
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.
Comma-separated fields to include: 'funding' (current funding rate), 'oi' (open interest). Defaults to all fields.
Comma-separated fields to include: 'funding' (current funding rate), 'oi' (open interest). Defaults to all fields.
Exchange identifier. Hyperliquid uses USDC-settled perps (e.g. BTC/USDC:USDC).
Exchange identifier. Hyperliquid uses USDC-settled perps (e.g. BTC/USDC:USDC).
Response
OK
Example response
{
"$schema": "https://example.com/schemas/DataObjectResponseExchangePerpResponse.json"
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.