{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "hl-funding-production-up-railway-app-api-rates",
  "title": "HL Funding \u00b7 Fetch Perpetual Funding Rates",
  "url": "https://hl-funding-production.up.railway.app/api/rates",
  "category": "finance",
  "summary": "Fetch perpetual funding rates for cryptocurrency derivatives with sorting by highest, lowest, or absolute value.",
  "seo": {
    "title": "Perpetual Funding Rates API | x402 Payment",
    "description": "Query perpetual funding rates by coin with sorting options. Returns annualized rates for derivatives trading analysis. 0.002 USDC per call on Base."
  },
  "use_cases": [
    "Monitor funding rate arbitrage opportunities across perpetual markets",
    "Identify coins with extreme funding costs for short-term positioning",
    "Build funding rate heatmaps for derivatives trading dashboards"
  ],
  "ideal_buyer": "Quantitative traders and DeFi analysts building perpetual funding rate monitoring systems.",
  "example_prompt": "Get the highest funding rates right now so I can see which shorts are paying the most.",
  "example_request_body": {
    "sort": "highest"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap_outlier",
    "ratio": 0.067,
    "median_category_atomic": 30000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x6e8b64638b24c6d625b045dd353120d850064e2e",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "2000",
      "max_timeout_seconds": 300,
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [],
            "properties": {
              "sort": {
                "enum": [
                  "highest",
                  "lowest",
                  "abs"
                ],
                "type": "string",
                "description": "Sort order for funding rates. 'highest' = most positive first (shorts pay longs), 'lowest' = most negative first (longs pay shorts), 'abs' = highest absolute value first (default)."
              }
            }
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "schema": {
            "type": "object",
            "required": [
              "totalMarkets",
              "rates"
            ],
            "properties": {
              "sort": {
                "type": "string",
                "description": "Sort order used"
              },
              "rates": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "coin": {
                      "type": "string"
                    },
                    "premium": {
                      "type": "number"
                    },
                    "markPrice": {
                      "type": "number"
                    },
                    "fundingRate": {
                      "type": "number"
                    },
                    "openInterest": {
                      "type": "number"
                    },
                    "annualizedRate": {
                      "type": "number"
                    }
                  }
                }
              },
              "timestamp": {
                "type": "string"
              },
              "totalMarkets": {
                "type": "number",
                "description": "Total perp markets"
              }
            }
          },
          "example": {}
        }
      }
    }
  ],
  "duplicate_cluster_id": "finance-cl-9699cbe79c5a",
  "origin": {
    "slug": "hl-funding-production-up-railway-app",
    "host": "hl-funding-production.up.railway.app",
    "title": "HL Funding Production API",
    "description": "x402-payable API origin hosted on Railway. No public documentation or landing page available at this time.",
    "url": "https://hl-funding-production.up.railway.app",
    "favicon": "https://hl-funding-production.up.railway.app/favicon.ico"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/hl-funding-production-up-railway-app-api-rates",
    "url": "https://x402all.com/resource/hl-funding-production-up-railway-app-api-rates",
    "name": "HL Funding \u00b7 Fetch Perpetual Funding Rates",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/hl-funding-production-up-railway-app-api-rates",
      "@type": "Offer",
      "price": "0.002",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.002000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://hl-funding-production.up.railway.app/api/rates",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/hl-funding-production-up-railway-app",
      "url": "https://hl-funding-production.up.railway.app",
      "name": "HL Funding Production API",
      "@type": "Organization"
    },
    "identifier": "hl-funding-production-up-railway-app-api-rates",
    "description": "Query perpetual funding rates by coin with sorting options. Returns annualized rates for derivatives trading analysis. 0.002 USDC per call on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=hl-funding-production-up-railway-app-api-rates",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=hl-funding-production-up-railway-app-api-rates"
}
