HyperLiquid Info Endpoint
Hyperliquid
Info
Hyperliquid API without rate limits.
POST
HyperLiquid Info Endpoint
This endpoint provides access to Hyperliquid’s trading data and functionality. This endpoint mirrors the official Hyperliquid API while adding improved error handling.Documentation Index
Fetch the complete documentation index at: https://docs.allium.so/llms.txt
Use this file to discover all available pages before exploring further.
For the most up-to-date parameter details, refer to the official Hyperliquid API Documentation.
Making Requests
Types
activeAssetData
User details regarding an asset:- leverage
- leverage type
- available to trade
- mark price
clearinghouseState
Includes user margin account summaries:- positions
- leverage
- margin
- funding paid
- etc
delegations
delegatorSummary
exchangeStatus
extraAgents
frontendOpenOrders
Includes a user’s open orders details. This is the same call that powers the Hyperliquid Frontend.leadingVaults
liquidatable
marginTable
Maximum leverage for an asset. Any position below $150,000,000 can use leverage of 40x Any position of $150,000,000 or greater can only use a leverage of 20x.maxBuilderFee
maxMarketOrderNtls
Maximum notional value allowed for a market ordermeta
Metadata regarding perpetual assets- Token Name
- Id
- Number of decimals
- Max leverage
openOrders
User’s open orders. Lighter version than frontendOpenOrdersperpDexs
perpDeployAuctionStatus
perpsAtOpenInterestCap
referral
Freshness is ~5s.The following fields are not present in our API response when compared with the Hyperliquid Response.
- unclaimedRewards
- claimedRewards
- builderRewards
cumVlm you can sum up cumFeesRewardedToReferrer from referralStatesIn addition if the user has not referrer anyone, they will also not show up.
If you need to check the referredBy to see if you referred the user, you can check the array of referralStates for your account, and check if the user is in the array.