Perpetual DEX Analytics — dYdX OI, Funding Rate, Volume
Pricing
Pay per usage
Perpetual DEX Analytics — dYdX OI, Funding Rate, Volume
Real-time perpetual futures data from dYdX v4 (296 markets): open interest, 8h/annualized funding rate, 24h volume, price change, and max leverage. Filter by OI, funding threshold, or ticker. No API key. $0.001/market.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Hojun Lee
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Perp DEX Analytics
Decentralized perpetual futures market data from dYdX v4: open interest, funding rates (8h + annualized), 24h volume, and trade count for up to 296 markets. No API key required.
What It Does
Fetches live perpetual futures data from dYdX v4 via the public indexer API:
- Open interest: USD value per market
- Funding rates: Next 8h rate and annualized equivalent (bullish/bearish signal)
- Volume & trades: 24-hour trading volume and trade count
- Price data: Oracle price + 24h change %
- Top markets: Sorted by OI, volume, or highest funding rate
Input
| Field | Type | Default | Description |
|---|---|---|---|
limit | integer | 100 | Number of markets to return (max 296) |
minOI | number | 0 | Minimum open interest (USD) filter |
sortBy | string | openInterest | Sort: openInterest, volume, fundingRate |
highlightFunding | boolean | true | Flag markets with extreme funding (>50% ann.) |
Output
One item per market with:
| Field | Description |
|---|---|
market | Ticker (e.g., BTC-USD) |
open_interest_usd | Current OI in USD |
funding_rate_8h | Next 8-hour funding rate |
funding_rate_ann_pct | Annualized funding (positive = longs pay shorts) |
volume_24h_usd | 24-hour trading volume |
oracle_price | Current oracle price |
price_change_24h_pct | 24-hour price change % |
funding_signal | high_long_bias / high_short_bias / neutral |
Pricing
$0.001 per market returned (default 100 markets = $0.10/run).