Funding Rates Arbitrage Decision API is a paid API for AI agents from funding-rates-x402.data-labs.cloud, paid per call via x402, $0.05/call, status down (last checked 2026-08-24).
Returns cross-venue perpetual futures funding rate arbitrage opportunities with long/short leg recommendations and confidence scores across up to 16 perp venues
Paid funding rate decision API for AI trading agents across up to 16 perp venues. Settled via x402 on Base mainnet (eip155:8453) using the Coinbase Mogami v2 facilitator; unpaid requests receive a 402 challenge that lists the per-route price.
Returns an array of arbitrage opportunities, each with the symbol, annualized spread, per-venue funding rate records (rate, interval, next funding time, cadence type), a recommendation object listing which venue to go long and which to go short, a confidence level (high/medium/low), and any applicable warnings such as stale data or interval mismatches. Also includes top-level meta and warnings fields.
GEThttps://funding-rates-x402.data-labs.cloud/v1/funding/arbitrageUse this endpoint when an AI trading agent needs a ready-made, actionable cross-venue funding rate arbitrage signal with leg recommendations rather than raw funding rate data it must analyze itself. Prefer this over raw data feeds when you want confidence scoring, filtering by minimum spread, and multi-venue normalization (including both periodic and continuous accrual venues like Reya and Paradex) in a single call.
{
"venues": "binance,bybit,hyperliquid",
"symbols": "BTC,ETH",
"minAnnualizedSpread": 0.08
}| Field | Type | Description |
|---|---|---|
| venues | string | Comma-separated list of venues to include. Omit for all configured venues. |
| symbols | string | Comma-separated list of canonical uppercase base symbols (e.g. `BTC,ETH`). Omit to receive every symbol the configured venues report. |
| minAnnualizedSpread | number | Minimum annualized spread (decimal, e.g. `0.05` for 5%). Opportunities below this threshold are filtered out. |
{
"data": {
"opportunities": [
{
"symbol": "BTC",
"records": [
{
"venue": "binance",
"symbol": "BTC",
"fundingRate": 0.00001824,
"funding_kind": "periodic",
"nextFundingTime": 1781769600000,
"funding_interval_hours": 8
},
{
"venue": "bybit",
"symbol": "BTC",
"fundingRate": 0.00009991,
"funding_kind": "periodic",
"nextFundingTime": 1781769600000,
"funding_interval_hours": 8
}
],
"warnings": [
"fees_not_included"
],
"confidence": "medium",
"horizonClass": "24h",
"horizonHaircut": {
"reason": "24h_medium_confidence_haircut",
"applied": true,
"multiplier": 0.6
},
"recommendation": {
"legs": [
{
"side": "long",
"venue": "binance"
},
{
"side": "short",
"venue": "bybit"
}
]
},
"annualizedSpread": 0.08942865,
"fundingRateSpread": 0.00008167,
"scoredAnnualizedSpread": 0.05365719
},
{
"symbol": "BTC",
"records": [
{
"venue": "hyperliquid",
"symbol": "BTC",
"fundingRate": -0.0000014591,
"funding_kind": "periodic",
"nextFundingTime": null,
"funding_interval_hours": 1
},
{
"venue": "bybit",
"symbol": "BTC",
"fundingRate": 0.00009991,
"funding_kind": "periodic",
"nextFundingTime": 1781769600000,
"funding_interval_hours": 8
}
],
"warnings": [
"fees_not_included",
"interval_mismatch"
],
"confidence": "medium",
"horizonClass": "24h",
"horizonHaircut": {
"reason": "24h_medium_confidence_haircut",
"applied": true,
"multiplier": 0.6
},
"recommendation": {
"legs": [
{
"side": "long",
"venue": "hyperliquid"
},
{
"side": "short",
"venue": "bybit"
}
]
},
"annualizedSpread": 0.122183166,
"fundingRateSpread": 0.0001013691,
"scoredAnnualizedSpread": 0.0733098996
}
]
},
"meta": {
"source": {
"feature": "funding-arbitrage",
"service": "funding-rates"
},
"timestamp": "2026-06-18T06:13:42.115Z"
},
"warnings": [
"fees_not_included",
"interval_mismatch"
]
}| Field | Type | Description |
|---|---|---|
| raw | object | |
| datarequired | object | |
| metarequired | object | |
| warningsrequired | array |
No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"