info (perpDexLimits)
Hyperliquid node API
perpDexLimits | Hyperliquid info
Reference for the perpDexLimits JSON-RPC method on the Hyperliquid info blockchain via Chainstack nodes. Parameters, response, and examples included.
POST
info (perpDexLimits)
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: "perpDexLimits" retrieves the configuration limits for perpetual DEXes on Hyperliquid, including maximum number of assets and other deployment constraints.
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"perpDexLimits".
Response
The response contains the perp DEX deployment limits and configuration constraints.Example request
Shell
Example response
Use case
Theinfo endpoint with type: "perpDexLimits" is useful for:
- Checking deployment constraints before deploying a new perp DEX
- Understanding the maximum number of assets allowed per DEX
- Building deployment tools that validate against current limits
Body
application/json
Request type
Available options:
perpDexLimits Response
200 - application/json
Perp DEX limit configuration
The response is of type object.
Last modified on May 18, 2026