info (marginTable)
Hyperliquid node API
marginTable | Hyperliquid info
The info endpoint with type: “marginTable” retrieves a specific margin table by ID. marginTable on Hyperliquid info via Chainstack.
POST
info (marginTable)
Documentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
This method is available on Chainstack. Not all Hyperliquid methods are available on Chainstack, as the open-source node implementation does not support them yet — see Hyperliquid methods for the full availability breakdown.
info endpoint with type: "marginTable" retrieves a specific margin table by ID. Returns the margin tier configuration including description and leverage tiers.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
Request body
type(string, required) — The request type. Must be"marginTable".id(integer, required) — Margin table ID.
Response
The response is an object containing:description(string) — Description of the margin table.marginTiers(array) — Array of margin tier objects with:lowerBound(string) — Lower bound of the tier in USD.maxLeverage(integer) — Maximum leverage allowed for this tier.
Example request
Shell
Example response
Use case
Theinfo endpoint with type: "marginTable" is useful for:
- Looking up specific margin tier configurations by ID
- Displaying leverage limits for different position size tiers
- Building risk management tools that account for tiered leverage
- Validating leverage settings against margin table constraints
Last modified on May 18, 2026