Skip to main content

Futures Markets & Order Flow

Market overview, exchange rankings, taker buy/sell analysis, cumulative volume delta (CVD), and netflow data.

Market Overview

GET /v1/futures/coins-markets

Futures market data by coin — price, OI, volume, funding, and change metrics.
symbol
string
Filter by symbol
exchange
string
Filter by exchange
limit
integer
default:"50"
Max results
curl "https://api.crypton.dev/v1/futures/coins-markets?limit=20"

GET /v1/futures/pairs-markets

Futures market data by trading pair.
symbol
string
Filter by symbol
exchange
string
Filter by exchange
limit
integer
default:"50"
Max results
curl "https://api.crypton.dev/v1/futures/pairs-markets?symbol=BTC"

GET /v1/futures/coins-price-change

Price change rankings across timeframes.
symbol
string
Filter by symbol
limit
integer
default:"50"
Max results
curl "https://api.crypton.dev/v1/futures/coins-price-change?limit=10"

GET /v1/futures/exchange-rank

Exchange rankings by OI, volume, and number of listed pairs.
curl "https://api.crypton.dev/v1/futures/exchange-rank"

Taker Buy/Sell & CVD

GET /v1/futures/taker-buysell

Taker buy vs sell volume over time.
symbol
string
Symbol (e.g., BTC)
interval
string
default:"1h"
Interval
limit
integer
default:"100"
Data points
curl "https://api.crypton.dev/v1/futures/taker-buysell?symbol=BTC&interval=1h&limit=24"

GET /v1/futures/cvd/history

Cumulative Volume Delta history — net buying/selling pressure over time.
curl "https://api.crypton.dev/v1/futures/cvd/history?symbol=BTC"

GET /v1/futures/cvd/aggregated

Aggregated CVD across exchanges.
curl "https://api.crypton.dev/v1/futures/cvd/aggregated?symbol=BTC"

GET /v1/futures/footprint

Footprint chart data — volume profile by price level.
symbol
string
Symbol
interval
string
default:"1h"
Interval
limit
integer
default:"50"
Bars
curl "https://api.crypton.dev/v1/futures/footprint?symbol=BTC&interval=15m&limit=20"

GET /v1/futures/netflow

Exchange netflow — net movement of coins in/out of exchange wallets.
symbol
string
Symbol
limit
integer
default:"50"
Data points
curl "https://api.crypton.dev/v1/futures/netflow?symbol=BTC"

Orderbook Analytics

GET /v1/futures/orderbook-heatmap

Orderbook depth heatmap — bid/ask liquidity distribution.
symbol
string
required
Symbol
exchange
string
Exchange (default: aggregated)
curl "https://api.crypton.dev/v1/futures/orderbook-heatmap?symbol=BTC"

GET /v1/futures/large-orders

Detect large resting orders in the orderbook.
symbol
string
required
Symbol
exchange
string
Exchange
curl "https://api.crypton.dev/v1/futures/large-orders?symbol=BTC"