Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Perpetual Funding Rates API
P
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:48:20 PM

Perpetual Funding Rates API

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Perp funding rates across Binance, Bybit, OKX β€” open interest, sentiment. x402.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "perpetual-funding-rates-api": {
      "command": "npx",
      "args": [
        "-y",
        "perpetual-funding-rates-api"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

Perpetual Funding Rates API

MCP Server x402 License: MIT

Perpetual funding rates across Binance, Bybit and OKX. Scan every USDT perp ranked by funding in a single call, or query one asset with open interest and predicted next rate. Pay-per-call via x402 (USDC on Base L2) -- no API key, no signup, no rate-limit wall.

Part of the klymax402 marketplace -- 100 x402 micropayment APIs for AI agents, one wallet, USDC on Base.

Quickstart -- MCP

Add to your MCP client config (Claude Desktop, Cursor, ElizaOS, etc.):

config.json
{
  "mcpServers": {
    "funding-rates": {
      "url": "https://funding-rates.api.klymax402.com/mcp"
    }
  }
}

Quickstart -- HTTP (x402)

bash
# Whole market, biggest funding first
curl -X POST "https://funding-rates.api.klymax402.com/api/rates"   -H "Content-Type: application/json" -d '{"sort":"abs","limit":20,"minVenues":2}'
# -> 402 Payment Required, with an x402 payment challenge in the response body

Any x402-aware client (@x402/fetch, x402-agent-tools, ATXP) handles the 402 -> sign -> retry cycle automatically.

Tools

ToolMethodPathPriceDescription
perp_get_funding_ratesGET/api/rates$0.001Scan funding rates across all perp markets, or query a single asset
perp_get_funding_ratesPOST/api/rates$0.001Scan funding rates across all perp markets, or query a single asset (POST variant)

perp_get_funding_rates

Two modes on the same route, at the same price.

Market scan -- omit symbol and every USDT perp on Binance and Bybit comes back ranked by funding, so an agent finds an opportunity in one paid call instead of probing symbol by symbol.

Single symbol -- pass symbol and Binance, Bybit and OKX come back side by side for that asset, with open interest, mark price, next funding time and a sentiment read.

Parameters

NameTypeRequiredDescription
symbolstringnoToken symbol (e.g. BTC, ETH, SOL). Omit to scan the whole market.
sortstringnoScan only: abs (default), highest, lowest, spread.
limitnumbernoScan only: markets to return. Default 50, max 1000.
minVenuesnumbernoScan only: set to 2 to keep only markets listed on both venues.

Returns (scan)

  • markets -- ranked list, each with symbol, per-venue fundingRate and annualizedRate
  • avgRate / annualizedRate -- mean funding across venues, annualized as rate * 3 * 365
  • direction -- short opportunity when funding is positive, long opportunity when negative
  • spread / spreadAnnualized -- gap between the cheapest and dearest venue
  • longVenue / shortVenue -- where to take each leg of the cross-venue carry

Returns (single symbol)

  • rates -- array per exchange with funding rate, annualized rate, next funding time
  • summary -- average, min, max, spread, sentiment, total open interest, mark price

Example response (scan):

config.json
{"scan":true,"totalMarkets":600,"venues":["Binance","Bybit"],"sort":"abs","markets":[{"symbol":"PEPE","venueCount":2,"venues":{"Binance":{"fundingRate":0.0005,"annualizedRate":54.75},"Bybit":{"fundingRate":0.0003,"annualizedRate":32.85}},"avgRate":0.0004,"annualizedRate":43.8,"direction":"short opportunity (longs pay shorts)","spread":0.0002,"spreadAnnualized":21.9,"longVenue":"Bybit","shortVenue":"Binance"}]}

When to use: finding carry and basis trades, timing perp entries, monitoring funding costs on open positions.

Not for: spot prices (use dex_get_swap_quote), yields (use defi_find_best_yields), Hyperliquid-specific rates (use hyperliquid_get_funding_rates).

Note: market scans cover Binance and Bybit. OKX has no bulk funding-rate endpoint, so it is included only when you query a single symbol.

Example agent prompts

  • "Which perps have the most extreme funding right now?"
  • "Find the biggest cross-venue funding spread I can carry"
  • "What is the funding rate for ETH across Binance, Bybit and OKX?"

Payment

  • Protocol: x402 -- HTTP-native pay-per-call, no signup, no API key
  • Network: Base L2 (eip155:8453)
  • Asset: USDC
  • Facilitator: Coinbase CDP (primary), PayAI (fallback)
  • Also reachable via ATXP (OAuth-wrapped x402, RFC 9728 protected-resource metadata)

Part of klymax402

100 x402 micropayment APIs for AI agents -- one wallet, USDC on Base, zero signup.

  • Catalog: https://klymax402.com/llms.txt
  • Full API reference: https://klymax402.com/llms-full.txt
  • Live stats: https://klymax402.com/stats

License

MIT

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • F
    Funding Rate Arbitrage Scanner API

    Cross-venue perp funding rate arb β€” Hyperliquid, Binance, Bybit, OKX spreads. x402.

    πŸ’° Finance & Fintech0 views
    Compare vs Funding Rate Arbitrage Scanner API β†’
  • M
    MarketTrace agent Feed

    Crypto perps data for AI agents: funding rates, open interest, liquidations, order book, CVD.

    πŸ’° Finance & Fintech0 views
    Compare vs MarketTrace agent Feed β†’
  • H
    Hyperliquid Funding Rates API

    HL perp funding rates for 229 markets. Sort, history, arb opportunities. x402.

    πŸ’° Finance & Fintech0 views
    Compare vs Hyperliquid Funding Rates API β†’
  • Mcp logoMcp

    Apideck Unified API MCP β€” 229 tools across 200+ SaaS connectors (accounting, HRIS, file storage).

    πŸ’° Finance & Fintech0 views
    Compare vs Mcp β†’

Frequently Asked Questions about Perpetual Funding Rates API

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "perpetual-funding-rates-api": { "command": "npx", "args": ["-y", "Perpetual Funding Rates API"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewPerpetual Funding Rates API AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/perpetual-funding-rates-api?style=directory)](https://allmcps.com/mcp/perpetual-funding-rates-api)
HTML Embed
<a href="https://allmcps.com/mcp/perpetual-funding-rates-api"><img src="https://allmcps.com/api/badge/perpetual-funding-rates-api?style=directory" alt="Perpetual Funding Rates API on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Perpetual Funding Rates API β†’Install in Claude DesktopInstall in CursorInstall in VS Code