{"uid":"cap_YX9GA7GU0zn3kUY8t4jLE","slug":"funding-rates-decision-api-a1e23f44","name":"Funding Rates Decision API","description":"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.","url":"https://funding-rates-x402.data-labs.cloud/v1/funding/current","method":"GET","headers":{},"bodySchema":{"type":"object","properties":{"venues":{"type":"string","description":"Comma-separated list of venues to include. Omit for all configured venues."},"symbols":{"type":"string","description":"Comma-separated list of canonical uppercase base symbols (e.g. `BTC,ETH`). Omit to receive every symbol the configured venues report."}}},"responseSchema":{"type":"object","required":["data","meta","warnings"],"properties":{"raw":{"type":"object","additionalProperties":true},"data":{"type":"object","required":["records"],"properties":{"records":{"type":"array","items":{"type":"object","required":["venue","symbol","fundingRate","nextFundingTime","funding_kind","funding_interval_hours"],"properties":{"venue":{"enum":["binance","bybit","mexc","gate","bitget","bingx","kucoin","htx","hyperliquid","aster","variational","lighter","pacifica","backpack","reya","paradex","nado","risex"],"type":"string"},"symbol":{"type":"string"},"fundingRate":{"type":"number","description":"Per-interval funding rate (decimal)."},"funding_kind":{"enum":["periodic","continuous_accrual"],"type":"string","description":"Cadence type. `periodic` venues pay funding on a discrete cadence (1h, 4h, 8h). `continuous_accrual` venues (Reya, Paradex) accrue continuously; the rate is already normalized per `funding_interval_hours`."},"nextFundingTime":{"type":["number","null"],"description":"Unix epoch ms of next funding payment, or null if not applicable."},"funding_interval_hours":{"type":"number","minimum":0}},"additionalProperties":false}}}},"meta":{"type":"object","required":["timestamp","source"],"properties":{"source":{"type":"object","required":["service"],"properties":{"feature":{"type":"string"},"service":{"type":"string","const":"funding-rates"},"version":{"type":"string"}}},"timestamp":{"type":"string","format":"date-time"}}},"warnings":{"type":"array","items":{"type":"string"}}}},"example":{"request":{"venues":"Binance,Bybit","symbols":"BTC,ETH"},"response":{"data":{"records":[{"venue":"bybit","symbol":"ETH","fundingRate":0.00008298,"funding_kind":"periodic","nextFundingTime":1781769600000,"funding_interval_hours":8},{"venue":"binance","symbol":"ETH","fundingRate":0.00004061,"funding_kind":"periodic","nextFundingTime":1781769600000,"funding_interval_hours":8},{"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}]},"meta":{"source":{"feature":"funding-current","service":"funding-rates"},"timestamp":"2026-06-18T06:15:29.644Z"},"warnings":[]}},"exampleRequest":{"venues":"Binance,Bybit","symbols":"BTC,ETH"},"tags":["x402"],"displayCostAmount":"0.001","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"down","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_VL-iN31segpH1wz_zdQRm","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Returns current perpetual futures funding rates across up to 16 crypto derivatives venues, normalized for AI trading agent consumption, via a micropayment-gated endpoint.","exampleAgentPrompt":"What are the current funding rates for BTC and ETH across Binance, Bybit, Hyperliquid, and Paradex — I want to compare periodic vs continuous accrual venues to decide where to open a long?","exampleUseCases":[{"title":"Find best funding rate for leveraged short","prompt":"I'm looking to short SOL with leverage for the next week — which venue currently has the lowest funding rate so I can minimize my carry costs?"},{"title":"Detect funding rate spikes across exchanges","prompt":"Check all 16 perp venues right now for BTC and ETH — I want to know if any exchange has funding rates spiking above 0.05% per interval, that's my signal to reduce exposure there."},{"title":"Arbitrage periodic vs continuous funding","prompt":"Show me the current funding rates for BTC on all the periodic-cadence exchanges like Binance and Bybit versus the continuous-accrual venues — I'm trying to figure out if there's an arbitrage opportunity between them."}],"resultDescription":"Returns an array of funding rate records, each containing the venue name, symbol, per-interval funding rate as a decimal, funding cadence type (periodic or continuous_accrual), next funding time as Unix epoch milliseconds (or null), and the funding interval in hours. Also includes a metadata block with the service name, version, and response timestamp, plus a warnings array for any data quality or availability issues.","failureModes":["402 Payment Required — unpaid request; response body lists per-route price in USDC and payment challenge details","Invalid or unsupported venue name in the `venues` parameter — venue omitted from results or warning issued","Unknown symbol in `symbols` parameter — no records returned for that symbol, warning may be included","All venues unavailable or rate-limit exhausted upstream — empty records array with warnings","Network timeout or upstream exchange API failure — partial results with warnings indicating which venues failed"],"whenToPreferThis":"Use this endpoint when an AI trading agent needs a real-time, multi-venue normalized view of perpetual futures funding rates to make position sizing or venue-selection decisions. It is particularly valuable when comparing periodic-cadence venues (Binance, Bybit, Gate, etc.) against continuously-accruing venues (Reya, Paradex) in a single call. Prefer this over scraping individual exchange APIs when consistency of schema, normalization of funding interval hours, and a single micropayment-gated call covering 16 venues matters for latency and simplicity.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T14:25:09.096Z","isFirstParty":false}