{
  "product": "Hyperlight API",
  "description": "Enhanced trading API for the Lighter perpetual DEX. Batch queries, enriched WebSocket streams, historical data lake, and backtesting replay.",
  "currency": "USD",
  "billing_periods": [
    "monthly",
    "annual"
  ],
  "annual_discount": "Up to 18% off with annual billing",
  "credit_model": {
    "standard_request": 1,
    "batch_endpoint": 25,
    "heavy_batch": 50,
    "websocket_streaming": "free (not metered)"
  },
  "last_updated": "2026-03-14",
  "tiers": [
    {
      "name": "Free",
      "slug": "free",
      "tagline": "Explore the API",
      "price_usd_monthly": 0,
      "annual_price_usd_monthly": 0,
      "rate_limit_per_minute": 30,
      "max_batch_size": 5,
      "included_credits_monthly": 75000,
      "overage_per_100k_usd": null,
      "websocket_connections": 1,
      "websocket_subscriptions": 5,
      "features": [
        "75K credits/month",
        "30 requests/min",
        "5 accounts per batch",
        "Anonymous orderbook data",
        "Hard cap (no overage)",
        "1 WebSocket connection"
      ]
    },
    {
      "name": "Starter",
      "slug": "starter",
      "tagline": "For solo traders and bot developers",
      "price_usd_monthly": 199,
      "annual_price_usd_monthly": 169,
      "rate_limit_per_minute": 300,
      "max_batch_size": 200,
      "included_credits_monthly": 750000,
      "overage_per_100k_usd": 29,
      "websocket_connections": 50,
      "websocket_subscriptions": 1000,
      "features": [
        "750K credits/month included",
        "300 requests/min",
        "200 accounts per batch",
        "$29 per 100K overage",
        "50 WebSocket connections"
      ]
    },
    {
      "name": "Growth",
      "slug": "growth",
      "tagline": "For teams that need attribution and history",
      "price_usd_monthly": 849,
      "annual_price_usd_monthly": 699,
      "rate_limit_per_minute": 3000,
      "max_batch_size": 1000,
      "included_credits_monthly": 5000000,
      "overage_per_100k_usd": 9,
      "websocket_connections": 500,
      "websocket_subscriptions": 5000,
      "features": [
        "5M credits/month included",
        "3,000 requests/min",
        "1,000 accounts per batch",
        "$9 per 100K overage",
        "500 WebSocket connections"
      ]
    },
    {
      "name": "Scale",
      "slug": "scale",
      "tagline": "For desks that need full-depth surveillance",
      "price_usd_monthly": 1799,
      "annual_price_usd_monthly": 1499,
      "rate_limit_per_minute": 30000,
      "max_batch_size": 2500,
      "included_credits_monthly": 25000000,
      "overage_per_100k_usd": 4,
      "websocket_connections": 1000,
      "websocket_subscriptions": 25000,
      "features": [
        "25M credits/month included",
        "30,000 requests/min",
        "2,500 accounts per batch",
        "$4 per 100K overage",
        "1,000 WebSocket connections"
      ]
    },
    {
      "name": "Enterprise",
      "slug": "enterprise",
      "tagline": "For firms that need dedicated infrastructure",
      "price_usd_monthly": null,
      "annual_price_usd_monthly": null,
      "rate_limit_per_minute": null,
      "max_batch_size": 5000,
      "included_credits_monthly": null,
      "overage_per_100k_usd": null,
      "websocket_connections": null,
      "websocket_subscriptions": null,
      "features": [
        "Unlimited credits",
        "Unlimited requests/min",
        "5,000 accounts per batch",
        "Unlimited WebSocket connections",
        "Dedicated support"
      ]
    }
  ],
  "signup_url": "https://hyperlightapi.xyz/auth/signup",
  "enterprise_contact": "hello@hyperlightapi.xyz"
}