{"uid":"cap_kfPqGTgJyU8GtqOyrlIj5","slug":"agentutility-perp-funding-rates-4a92dc89","name":"AgentUtility Perp Funding Rates","description":"Returns perp funding rates for any Binance USD-M futures symbol (BTCUSDT, ETHUSDT, SOLUSDT...): current funding %, mark + index price, next funding timestamp, and the last 24 funding intervals (default 24 x 1h-since-event). Free public Binance API, no auth. Use it as a next-funding-time lookup, 24h funding history, or perp basis feed.","url":"https://x402.agentutility.ai/funding-rates","method":"POST","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"required":["symbol"],"properties":{"symbol":{"type":"string","description":"Binance futures symbol — uppercase, no slash. e.g. 'BTCUSDT', 'ETHUSDT'."},"history_intervals":{"type":"number","description":"How many past funding events to include. Range [1, 48]. Default 24."}}},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"source":{"type":"string"},"symbol":{"type":"string"},"history":{"type":"array","items":{"type":"object","properties":{"time":{"type":"string"},"rate_pct":{"type":"number"}}}},"mark_price":{"type":"number"},"index_price":{"type":"number"},"next_funding_at":{"type":"string"},"last_24h_avg_pct":{"type":"number"},"last_24h_max_abs_pct":{"type":"number"},"current_funding_rate_pct":{"type":"number"}}}}}}},"responseSchema":{"type":"json","example":{"source":"binance-fapi","symbol":"BTCUSDT","history":[{"time":"2026-05-08T08:00:00.000Z","rate_pct":0.0098}],"mark_price":71023.5,"index_price":71011.2,"next_funding_at":"2026-05-08T16:00:00.000Z","last_24h_avg_pct":0.0084,"last_24h_max_abs_pct":0.0142,"current_funding_rate_pct":0.0098}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.005","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.005/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_rsTVmGdSggfAruGudTOLJ","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.005","costPer":"request","priority":0,"asset":null,"unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Returns current and historical perpetual futures funding rates, mark/index prices, and next funding timestamp for any Binance USD-M futures symbol","exampleAgentPrompt":"What's the current funding rate for BTCUSDT on Binance perp, and can you show me the last 24 funding intervals along with the mark price and when the next funding happens?","exampleUseCases":[{"title":"Funding rate arbitrage signal check","prompt":"Check the current funding rate for ETHUSDT perps right now — is it positive or negative, what's the mark vs index price spread, and when does the next funding hit?"},{"title":"24h funding history trend analysis","prompt":"Pull the last 24 funding intervals for SOLUSDT so I can see how the funding rate has been trending over the past day."},{"title":"Multi-symbol funding monitoring dashboard","prompt":"Get me the current funding rate, mark price, and next funding timestamp for BTCUSDT — I'm tracking whether the rate is unusually high compared to recent history."}],"resultDescription":"Returns a structured response containing: current funding rate as a percentage, mark price, index price, Unix timestamp of next funding event, and an array of up to 24 historical funding intervals each with rate and timestamp — all sourced from the Binance USD-M futures public API.","failureModes":["Invalid or unsupported symbol returns an error (e.g. non-existent ticker)","Binance API downtime or rate limiting may cause timeouts","Symbol must be a valid Binance USD-M futures pair (not spot or COIN-M)","Payment failure via x402 protocol blocks the request"],"whenToPreferThis":"Use this endpoint when you need quick, structured access to Binance USD-M perp funding data — including current rate, basis spread, and recent funding history — without building your own Binance API integration. Ideal for trading bots, market monitoring agents, or any workflow that needs funding rate signals on demand. Prefer over raw Binance API calls when operating in an x402-compatible agentic environment that handles USDC micropayments automatically.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T07:13:14.918Z","isFirstParty":false}