The tape, one schema
Every venue reports funding its own way. Hourly on Hyperliquid, eight hour intervals on Binance, contract multipliers, symbol quirks. PerpData resolves it into one series per asset: 1000PEPEUSDT and kPEPE are both just PEPE, and every rate carries an annualized apr so venues compare directly.
| Venue | Rate | Interval | APR |
|---|---|---|---|
| Loading live data from api.perpdata.dev | |||
Two ways in
REST API
Plain JSON over HTTPS. No key needed during beta.
curl "https://api.perpdata.dev/v1/funding/current?symbol=BTC"
Also: /v1/funding/history, /v1/oi/current, /v1/liquidations/recent, /v1/symbols, /health
MCP server
Five tools with small schemas. Your agent keeps its context window; you keep the data. Paste the URL into Claude, Cursor or any MCP client.
https://api.perpdata.dev/mcp
Free in beta
Flat pricing later, with commercial use allowed on every paid plan. No compute unit math, no surprise invoices. Liquidation history records continuously, and it is data nobody can backfill later.