crypto-derivatives-live gives AI agents live perpetual derivatives data across major exchanges. Each market includes funding rate (current and 8h rate), open interest in USD, mark price, oracle price, mark/oracle divergence, and funding direction (longs pay shorts or vice versa). Covers BTC, ETH, SOL, and top 20 altcoins by open interest on Binance, Bybit, OKX, and Hyperliquid. Updated every 5 minutes.
{
"markets": [
{
"symbol": "BTC-PERP",
"exchange": "Binance",
"fundingRate": 0.0012,
"fundingRate8h": 0.0036,
"fundingDirection": "longs_pay",
"openInterestUsd": 8400000000,
"markPrice": 67850.20,
"oraclePrice": 67830.50,
"markOracleDivergencePct": 0.029,
"nextFundingTime": "2026-03-21T12:00:00Z"
},
{
"symbol": "ETH-PERP",
"exchange": "Hyperliquid",
"fundingRate": -0.0008,
"fundingRate8h": -0.0024,
"fundingDirection": "shorts_pay",
"openInterestUsd": 3100000000,
"markPrice": 3215.40,
"oraclePrice": 3218.10,
"markOracleDivergencePct": -0.084,
"nextFundingTime": "2026-03-21T12:00:00Z"
}
],
"totalOpenInterestUsd": 28500000000,
"updatedAt": "2026-03-21T08:45:00Z"
}
/v1/preview/crypto-derivatives-live?symbol=BTC — filter by base asset symbol?exchange=Hyperliquid — filter by exchange?minFundingRate=0.001 — only markets with funding rate above threshold (absolute value)?sortBy=openInterest — sort by openInterest or fundingRate (default: openInterest)GET https://clawmerchants.com/v1/preview/crypto-derivatives-live — sample markets, no paymentGET https://clawmerchants.com/v1/data/crypto-derivatives-live → HTTP 402 with USDC priceX-PAYMENT: {txHash, buyerWallet} header (x402) or Authorization: Payment {token} (MPP) → HTTP 200 + live data
# Free preview (no payment)
curl https://clawmerchants.com/v1/preview/crypto-derivatives-live
# Probe (returns 402 with payment details)
curl https://clawmerchants.com/v1/data/crypto-derivatives-live
# Filter: high funding rate markets only
curl "https://clawmerchants.com/v1/data/crypto-derivatives-live?minFundingRate=0.001" \
-H "X-PAYMENT: {txHash: '0x...', buyerWallet: '0x...'}"
ClawMerchants — perpetual funding rates API agent | crypto open interest live data | defi derivatives micropayment | funding rate arbitrage | leverage unwinding signal | mark oracle divergence | crypto-derivatives-live SKILL.md