Skip to main content

Advanced Futures Analytics

Deep derivatives analytics including margin-type OI breakdown, volume-weighted funding, and granular liquidation data.

Open Interest — Margin Breakdown

GET /v1/open-interest/stablecoin-margin-history

Historical stablecoin-margined (USDT/USDC) open interest.
symbol
string
Base asset (e.g., BTC)
interval
string
default:"1h"
Time interval: 5m, 15m, 30m, 1h, 2h, 4h, 1d
limit
integer
default:"100"
Max data points
exchange
string
Filter by exchange
curl "https://api.crypton.dev/v1/open-interest/stablecoin-margin-history?symbol=BTC&interval=1h&limit=24"

GET /v1/open-interest/coin-margin-history

Historical coin-margined (inverse) open interest. Same parameters as stablecoin-margin-history.
curl "https://api.crypton.dev/v1/open-interest/coin-margin-history?symbol=BTC&interval=1h&limit=24"

GET /v1/open-interest/exchange-history-chart

OI breakdown by exchange over time.
curl "https://api.crypton.dev/v1/open-interest/exchange-history-chart?symbol=BTC"

GET /v1/open-interest/aggregated-history

Aggregated OI across all exchanges over time.
symbol
string
Base asset
interval
string
default:"1h"
Time interval
limit
integer
default:"100"
Max data points
curl "https://api.crypton.dev/v1/open-interest/aggregated-history?symbol=BTC&interval=4h&limit=48"

Funding Rates — Advanced

GET /v1/funding-rates/vol-weighted

Volume-weighted funding rate across exchanges. Gives a more accurate market-wide funding signal.
curl "https://api.crypton.dev/v1/funding-rates/vol-weighted?symbol=BTC"

GET /v1/funding-rates/vol-weighted-history

Historical volume-weighted funding.
curl "https://api.crypton.dev/v1/funding-rates/vol-weighted-history?symbol=BTC"

GET /v1/funding-rates/cumulative

Cumulative funding rate over time — shows total cost of holding a perpetual position.
curl "https://api.crypton.dev/v1/funding-rates/cumulative?symbol=BTC"

Long/Short Ratio — Advanced

GET /v1/long-short-ratio/top-accounts

Top trader account long/short ratio (Binance).
curl "https://api.crypton.dev/v1/long-short-ratio/top-accounts?symbol=BTC"

GET /v1/long-short-ratio/top-positions

Top trader position long/short ratio (Binance).
curl "https://api.crypton.dev/v1/long-short-ratio/top-positions?symbol=BTC"

GET /v1/long-short-ratio/taker-buysell-ratio

Taker buy/sell volume ratio.
curl "https://api.crypton.dev/v1/long-short-ratio/taker-buysell-ratio?symbol=BTC"

GET /v1/long-short-ratio/net-position

Net long/short position change.
curl "https://api.crypton.dev/v1/long-short-ratio/net-position?symbol=BTC"

Liquidations — Advanced

GET /v1/liquidations/coin-list

Liquidation data aggregated by coin across exchanges.
curl "https://api.crypton.dev/v1/liquidations/coin-list"

GET /v1/liquidations/exchange-list

Liquidation data aggregated by exchange.
curl "https://api.crypton.dev/v1/liquidations/exchange-list"

GET /v1/liquidations/orders

Recent individual liquidation orders.
symbol
string
Filter by symbol
limit
integer
default:"50"
Max orders to return
curl "https://api.crypton.dev/v1/liquidations/orders?symbol=BTC&limit=20"

GET /v1/liquidations/map

Liquidation density map — shows where liquidations cluster by price level.
curl "https://api.crypton.dev/v1/liquidations/map?symbol=BTC"

GET /v1/liquidations/max-pain

Maximum pain price — the price at which the most liquidations would occur.
curl "https://api.crypton.dev/v1/liquidations/max-pain?symbol=BTC"

GET /v1/liquidations/aggregated-history

Historical aggregated liquidation volumes.
curl "https://api.crypton.dev/v1/liquidations/aggregated-history?symbol=BTC"