{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "hl-portfolio-production-up-railway-app-api-funding",
  "title": "Hyperliquid \u00b7 Wallet Funding History",
  "url": "https://hl-portfolio-production.up.railway.app/api/funding",
  "category": "finance",
  "summary": "Retrieve historical funding payments for a specified Hyperliquid wallet address with optional time range filtering.",
  "seo": {
    "title": "Hyperliquid Funding History API - x402 Perp Data",
    "description": "Fetch Hyperliquid perpetual funding payment history by wallet address via x402. Base network settlement. No API keys required."
  },
  "use_cases": [
    "Track funding cost accumulation for perp positions",
    "Analyze funding rate impact on strategy P&L",
    "Monitor wallet funding flows for risk management",
    "Calculate carry costs for perpetual holdings"
  ],
  "ideal_buyer": "Perpetual trading agents and portfolio management systems tracking Hyperliquid funding costs.",
  "example_prompt": "Get the funding history for Hyperliquid wallet 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb starting from 7 days ago",
  "example_request_body": {
    "address": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb",
    "startTime": 1704067200000
  },
  "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": [
              "address"
            ],
            "properties": {
              "address": {
                "type": "string",
                "description": "Hyperliquid wallet address (0x...) to retrieve funding history for"
              },
              "startTime": {
                "type": "number",
                "description": "Unix timestamp in milliseconds to start from (optional, default: last 7 days)"
              }
            }
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "schema": {
            "type": "object",
            "required": [
              "funding"
            ],
            "properties": {
              "funding": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "coin": {
                      "type": "string"
                    },
                    "payment": {
                      "type": "string"
                    },
                    "timestamp": {
                      "type": "number"
                    },
                    "fundingRate": {
                      "type": "string"
                    },
                    "positionSize": {
                      "type": "string"
                    }
                  }
                }
              },
              "totalPaid": {
                "type": "string"
              },
              "netFunding": {
                "type": "string"
              },
              "totalReceived": {
                "type": "string"
              }
            }
          },
          "example": {}
        }
      }
    }
  ],
  "duplicate_cluster_id": "finance-cl-f1ba9abc81bb",
  "origin": {
    "slug": "hl-portfolio-production-up-railway-app",
    "host": "hl-portfolio-production.up.railway.app",
    "title": "hl-portfolio-production",
    "description": "An x402-payable API origin hosted on Railway. No application is currently deployed at this endpoint.",
    "url": "https://hl-portfolio-production.up.railway.app",
    "favicon": "https://hl-portfolio-production.up.railway.app/favicon.ico"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/hl-portfolio-production-up-railway-app-api-funding",
    "url": "https://x402all.com/resource/hl-portfolio-production-up-railway-app-api-funding",
    "name": "Hyperliquid \u00b7 Wallet Funding History",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/hl-portfolio-production-up-railway-app-api-funding",
      "@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-portfolio-production.up.railway.app/api/funding",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/hl-portfolio-production-up-railway-app",
      "url": "https://hl-portfolio-production.up.railway.app",
      "name": "hl-portfolio-production",
      "@type": "Organization"
    },
    "identifier": "hl-portfolio-production-up-railway-app-api-funding",
    "description": "Fetch Hyperliquid perpetual funding payment history by wallet address via x402. Base network settlement. No API keys required.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=hl-portfolio-production-up-railway-app-api-funding",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=hl-portfolio-production-up-railway-app-api-funding"
}
