Crest Open Interest — Perpetual Symbol OI from Binance Futures is a paid API for AI agents from data.crestsystems.ai, paid per call via x402, $0.002000/call, status down (last checked 2026-09-15).
Returns the current open interest (in contracts) for a given perpetual futures symbol from Binance Futures.
Crest · open_interest — Fetch open interest for any perpetual futures symbol. Returns current OI in contracts and USD from Binance Futures.
Returns the current open interest (number of contracts) for the specified perpetual futures symbol sourced from Binance Futures. Typically includes the symbol and OI value in contracts.
GEThttps://data.crestsystems.ai/data/open-interest/:symbolUse this endpoint when you need real-time open interest data for a specific crypto perpetual symbol from Binance Futures. Prefer this over generic market data endpoints when you specifically need OI in contract units from Binance. Best for derivatives traders and analysts tracking market positioning.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"symbol": "BTC"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"paid": true,
"price": "$0.002",
"open_interest": {
"ts": 1781759235690,
"source": "okx",
"symbol": "BTC-USDT-SWAP",
"openInterest": 2881077.9800000093,
"openInterestUsd": 1835249554.3379858
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"