Community Docs
  • 🏠Home
  • Getting Started
  • Introduction
    • What is Hyperliquid?
    • Hyperliquid Labs
    • Roadmap
      • 2025-26-03_Incident
  • Architecture
    • Overview
    • HyperBFT
      • API Servers
    • HyperCore
      • Dex
        • Clearinghouse
          • Margin Management
          • Liquidations
          • Funding
          • Fees
        • Order Book
        • Oracle
      • Vault
      • HIPs
        • Spot Deployments (HIP-1/HIP-2)
      • Bridge
    • HyperEVM
    • Hyperliquid.
      • Unit
  • Guide
    • User Guide
      • Onboarding
      • Spot Deployments
      • Airdrop
    • Builder Guide
      • HyperCore
        • Trading Bot
        • Builder Codes
          • Install Template
          • Update
        • Endpoints
          • Info
            • Spot
            • Perpetuals
          • Exchange
      • HyperEVM
        • EVM Basics
          • dApp Setup
        • Specificities
      • Node Operators
      • Historical Data
  • Ecosystem
    • The Hyper Liquidated
      • Community Map
    • Projects
      • Tools
      • HyperEVM
        • Felix
      • HyperCore
      • MemeCoin
Powered by GitBook
On this page
  1. Guide
  2. Builder Guide
  3. HyperCore
  4. Endpoints
  5. Info

Perpetuals

PreviousSpotNextExchange

Last updated 3 months ago

The Perpetuals section of the /info endpoint provides key data related to perpetual futures trading on Hyperliquid. The diagram below visually represents the structure of the API response for easier understanding.

🔗 For full API details:

This section is not fully done yet. Further explanations and details will be added soon.

Additionally, the Perpetuals API includes several important endpoints that are not yet covered in the diagram:

  • Funding Rates:

    • Retrieve historical funding rates.

    • Retrieve predicted funding rates for different venues.

    • Retrieve a user's funding history or non-funding ledger updates (includes deposits, transfers, and withdrawals via userNonFundingLedgerUpdates).

  • Open Interest Caps:

    • Query perps approaching open interest caps.

Perpetuals Endpoint Documentation