{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "hl-portfolio-production-up-railway-app-api-orders",
  "title": "Hyperliquid \u00b7 Open Orders Data",
  "url": "https://hl-portfolio-production.up.railway.app/api/orders",
  "category": "data",
  "summary": "Retrieve all open orders for a specified Hyperliquid wallet address including perpetual and spot position details.",
  "seo": {
    "title": "Hyperliquid Open Orders API | Trading Data | x402",
    "description": "Fetch open orders for any Hyperliquid wallet address. Perpetual and spot order details. 0.002 USDC per call via x402 on Base."
  },
  "use_cases": [
    "Monitor open positions for automated trading risk management",
    "Fetch order book state for portfolio tracking dashboards",
    "Audit active trades for compliance and reporting",
    "Integrate Hyperliquid data into multi-exchange arbitrage systems"
  ],
  "ideal_buyer": "Hyperliquid traders, automated trading systems, portfolio trackers, and arbitrage bots monitoring open positions.",
  "example_prompt": "Get all open orders for Hyperliquid wallet address 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb",
  "example_request_body": {
    "address": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb"
  },
  "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 open orders for"
              }
            }
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "schema": {
            "type": "object",
            "required": [
              "orders",
              "count"
            ],
            "properties": {
              "count": {
                "type": "number",
                "description": "Number of open orders"
              },
              "orders": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "sz": {
                      "type": "string"
                    },
                    "oid": {
                      "type": "number"
                    },
                    "coin": {
                      "type": "string"
                    },
                    "side": {
                      "type": "string"
                    },
                    "limitPx": {
                      "type": "string"
                    },
                    "orderType": {
                      "type": "string"
                    },
                    "reduceOnly": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          },
          "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-orders",
    "url": "https://x402all.com/resource/hl-portfolio-production-up-railway-app-api-orders",
    "name": "Hyperliquid \u00b7 Open Orders Data",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/hl-portfolio-production-up-railway-app-api-orders",
      "@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/orders",
    "@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-orders",
    "description": "Fetch open orders for any Hyperliquid wallet address. Perpetual and spot order details. 0.002 USDC per call via x402 on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=hl-portfolio-production-up-railway-app-api-orders",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=hl-portfolio-production-up-railway-app-api-orders"
}
