{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "hl-funding-production-up-railway-app-api-history",
  "title": "Hyperliquid \u00b7 Funding rate history",
  "url": "https://hl-funding-production.up.railway.app/api/history",
  "category": "finance",
  "summary": "Fetch historical funding rates for Hyperliquid perpetual markets with configurable lookback.",
  "seo": {
    "title": "Funding Rate History API | Hyperliquid x402",
    "description": "Historical funding rates for Hyperliquid perpetual markets. Lookback up to 30 days per coin. 0.002 USDC per call on Base. Essential for derivatives analytics."
  },
  "use_cases": [
    "Analyze funding rate trends for trading strategies",
    "Calculate funding costs for perpetual positions",
    "Monitor market sentiment via funding rate history"
  ],
  "ideal_buyer": "Derivatives trading agents, funding arbitrage systems, and DeFi analytics platforms.",
  "example_prompt": "Get the last 24 hours of funding rate history for BTC on Hyperliquid.",
  "example_request_body": {
    "coin": "BTC",
    "hours": 24
  },
  "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": [
              "coin"
            ],
            "properties": {
              "coin": {
                "type": "string",
                "description": "Coin ticker symbol (e.g. BTC, ETH, SOL, DOGE). Must match a Hyperliquid perp market."
              },
              "hours": {
                "type": "number",
                "description": "Lookback window in hours. Default: 24. Max: 720 (30 days). Each funding period is 8 hours, so 24h returns ~3 entries."
              }
            }
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "schema": {
            "type": "object",
            "required": [
              "coin",
              "entries",
              "summary"
            ],
            "properties": {
              "coin": {
                "type": "string",
                "description": "Coin queried"
              },
              "hours": {
                "type": "number",
                "description": "Lookback period"
              },
              "entries": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "time": {
                      "type": "string"
                    },
                    "fundingRate": {
                      "type": "number"
                    },
                    "annualizedRate": {
                      "type": "number"
                    }
                  }
                }
              },
              "summary": {
                "type": "object",
                "properties": {
                  "count": {
                    "type": "number"
                  },
                  "stdDev": {
                    "type": "number"
                  },
                  "avgRate": {
                    "type": "number"
                  },
                  "maxRate": {
                    "type": "number"
                  },
                  "minRate": {
                    "type": "number"
                  },
                  "avgAnnualized": {
                    "type": "number"
                  }
                }
              },
              "timestamp": {
                "type": "string"
              }
            }
          },
          "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-history",
    "url": "https://x402all.com/resource/hl-funding-production-up-railway-app-api-history",
    "name": "Hyperliquid \u00b7 Funding rate history",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/hl-funding-production-up-railway-app-api-history",
      "@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/history",
    "@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-history",
    "description": "Historical funding rates for Hyperliquid perpetual markets. Lookback up to 30 days per coin. 0.002 USDC per call on Base. Essential for derivatives analytics.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=hl-funding-production-up-railway-app-api-history",
      "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-history"
}
