{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "perps-funding-agent-production-up-railway-app-entrypoints-getfunding-invoke",
  "title": "Perps Funding Agent \u00b7 Funding Rate Data",
  "url": "https://perps-funding-agent-production.up.railway.app/entrypoints/getFunding/invoke",
  "category": "finance",
  "summary": "Retrieve funding rates, open interest, skew, and time-to-next-funding for perpetual markets.",
  "seo": {
    "title": "Perpetual Funding Rates API | Open Interest Skew | x402",
    "description": "Fetch funding rates, next funding times, open interest, and market skew for perpetual markets. 0.02 USDC per call."
  },
  "use_cases": [
    "Monitor funding rates for arbitrage opportunities",
    "Track open interest and skew for market sentiment",
    "Time entries around funding rate payments",
    "Build funding-based trading strategies"
  ],
  "ideal_buyer": "Perpetual futures traders and market makers analyzing funding dynamics and open interest patterns.",
  "example_prompt": "Get funding rate, open interest, and skew for BTC-PERP and ETH-PERP markets.",
  "example_request_body": {
    "markets": [
      "BTC-PERP",
      "ETH-PERP"
    ]
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 0.667,
    "median_category_atomic": 30000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x3c53888a89e66d0e6d5ce13d0b9abcc0e9d4a8e4",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "20000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Fetch current funding rate, next funding time, open interest, and skew for specified perpetual markets",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "input": {
              "type": "object",
              "required": [
                "markets"
              ],
              "properties": {
                "markets": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  },
                  "description": "Market symbols to track (e.g., ['BTC', 'ETH', 'SOL'])"
                },
                "venue_ids": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  },
                  "description": "Venue IDs to query (e.g., ['HlPerp', 'BinPerp']). If not provided, returns data from all available venues."
                }
              }
            }
          }
        },
        "output": {
          "output": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "results"
            ],
            "properties": {
              "results": {
                "type": "array",
                "items": {
                  "type": "object",
                  "required": [
                    "market",
                    "venue",
                    "funding_rate",
                    "time_to_next",
                    "open_interest",
                    "skew"
                  ],
                  "properties": {
                    "skew": {
                      "type": "number"
                    },
                    "venue": {
                      "type": "string"
                    },
                    "market": {
                      "type": "string"
                    },
                    "funding_rate": {
                      "type": "string"
                    },
                    "time_to_next": {
                      "type": "number"
                    },
                    "open_interest": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": false
                }
              }
            },
            "additionalProperties": false
          }
        }
      }
    }
  ],
  "duplicate_cluster_id": "finance-cl-1d5859856df5",
  "origin": {
    "slug": "perps-funding-agent-production-up-railway-app",
    "host": "perps-funding-agent-production.up.railway.app",
    "title": "Perps Funding Agent API",
    "description": "An x402-payable API endpoint for perpetual funding operations. The origin appears to be a production deployment on Railway infrastructure.",
    "url": "https://perps-funding-agent-production.up.railway.app"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/perps-funding-agent-production-up-railway-app-entrypoints-getfunding-invoke",
    "url": "https://x402all.com/resource/perps-funding-agent-production-up-railway-app-entrypoints-getfunding-invoke",
    "name": "Perps Funding Agent \u00b7 Funding Rate Data",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/perps-funding-agent-production-up-railway-app-entrypoints-getfunding-invoke",
      "@type": "Offer",
      "price": "0.02",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.020000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://perps-funding-agent-production.up.railway.app/entrypoints/getFunding/invoke",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/perps-funding-agent-production-up-railway-app",
      "url": "https://perps-funding-agent-production.up.railway.app",
      "name": "Perps Funding Agent API",
      "@type": "Organization"
    },
    "identifier": "perps-funding-agent-production-up-railway-app-entrypoints-getfunding-invoke",
    "description": "Fetch funding rates, next funding times, open interest, and market skew for perpetual markets. 0.02 USDC per call.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=perps-funding-agent-production-up-railway-app-entrypoints-getfunding-invoke",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=perps-funding-agent-production-up-railway-app-entrypoints-getfunding-invoke"
}
