PerpFinder API
Free, keyless, CORS-open perpetual-futures market data — volume, open interest, funding rates, fees and liquidations across 40+ exchanges. Fetch it from any site, server or browser. No sign-up. Last reviewed 2026-07-10.
Quick start
// Free, keyless, CORS-open — call it from any site, server or browser
const res = await fetch('https://perpfinder.com/api/data/funding-rates')
const { rows } = await res.json()
// rows = live funding rates, asset × exchangePlease keep a “Data by PerpFinder” credit linking to perpfinder.com when you republish. The data is free; the attribution funds it.
Market-data endpoints
CORS-open and CDN-cached. Full machine-readable list: /llms-full.txt.
/api/data/perpsPerp DEX volume overview (24h/7d/30d, change %, per protocol).
/api/data/perps-chart?days=90Aggregate daily perp-volume time series.
/api/data/open-interestOpen interest per exchange (CEX+DEX) + aggregate total.
/api/data/oi-long-shortDEX long vs short open-interest split per protocol.
/api/data/funding-ratesLive funding-rate matrix: asset × exchange.
/api/data/feesProtocol fees (DEX, 24h/7d/30d per protocol).
/api/data/liquidationsLiquidations 24h/4h/1h, long vs short split.
/api/data/rwa-marketsRWA perp markets: stocks / forex / commodities across venues.
/api/data/premiumPerp premium / basis vs spot per venue.
Notes
- Methodology. Every metric is defined on /data-definitions.
- Freshness. Responses carry an
updatedAt. Cache your own calls a few seconds to be kind. - Coverage. 40+ perp venues (CEX+DEX).