Cross-venue funding-rate arbitrage + crowded-positioning radar
Cross-venue funding-rate arbitrage + crowded-positioning radar: live perp funding rates, open interest, global & top-trader long/short ratios, whale positions, and liquidations across Binance, OKX, Bybit, Hyperliquid, and more. Omit symbol for the whole-market overview; pass one (e.g. BTC) for the per-exchange breakdown. (Hyperliquid-only perp data: use hyperliquid-market.)
Answeringour last check, 2026-09-24
1 of 1checks answered this week
907 msmedian answer time
$0.001listed price per call
$0.001price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://x402.ottoai.services/funding-rates
| Category | Market data |
|---|---|
| Provider host | x402.ottoai.services |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 50 from 42 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.001 | 907 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"symbol": "BTC"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"symbol": {
"description": "Token symbol for detailed view (optional \u2014 omit for market overview)",
"type": "string"
}
},
"required": [],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"data": {
"description": "Rendered report PLUS the same facts as machine-readable fields.",
"properties": {
"fearGreed": {
"description": "Overview mode only.",
"type": "object"
},
"fundingArbitrage": {
"description": "Overview mode only. spreadPct.",
"type": "array"
},
"fundingRates": {
"description": "Per-exchange. fundingRatePct is ALREADY a percent (0.0088 = 0.0088%) \u2014 do not rescale.",
"type": "array"
},
"globalLongShort": {
"description": "longPct/shortPct/ratio.",
"type": "object"
},
"liquidations24h": {
"description": "Overview mode only. USD totals.",
"type": "object"
},
"openInterest": {
"description": "Per-exchange openInterestUsd.",
"type": "array"
},
"report": {
"type": "string"
},
"symbol": {
"type": "string"
},
"topTraderLongShort": {
"description": "longPct/shortPct/ratio.",
"type": "object"
},
"whalePositions": {
"description": "Hyperliquid positions, USD.",
"type": "array"
}
},
"type": "object"
},
"meta": {
"description": "Freshness. generatedAt = when we built this response. stalenessSec = age of our cached snapshot, absent on live pass-throughs. dataAsOf = vintage of the observations. degraded = an older good version was served.",
"properties": {
"degraded": {
"type": "boolean"
},
"generatedAt": {
"type": "string"
},
"sourceHealth": {
"type": "object"
},
"stalenessSec": {
"type": [
"number",
"null"
]
}
},
"required": [
"generatedAt",
"degraded",
"sourceHealth"
],
"type": "object"
},
"report": {
"description": "DEPRECATED mirror of data.report \u2014 kept so pre-2026-08-10 integrations keep working.",
"type": "string"
},
"status": {
"enum": [
"success",
"failed"
],
"type": "string"
}
},
"required": [
"status",
"data",
"meta"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}