curl --request POST \
--url https://hyperliquid-mainnet.core.chainstack.com/4f8d8f4040bdacd1577bff8058438274/info \
--header 'Content-Type: application/json' \
--data '
{
"type": "perpDexLimits"
}
'{}curl --request POST \
--url https://hyperliquid-mainnet.core.chainstack.com/4f8d8f4040bdacd1577bff8058438274/info \
--header 'Content-Type: application/json' \
--data '
{
"type": "perpDexLimits"
}
'{}info endpoint with type: "perpDexLimits" retrieves the configuration limits for perpetual DEXes on Hyperliquid, including maximum number of assets and other deployment constraints.
type (string, required) — The request type. Must be "perpDexLimits".curl -X POST \
-H "Content-Type: application/json" \
-d '{"type": "perpDexLimits"}' \
https://hyperliquid-mainnet.core.chainstack.com/4f8d8f4040bdacd1577bff8058438274/info
null
info endpoint with type: "perpDexLimits" is useful for:
Request type
perpDexLimits Perp DEX limit configuration
The response is of type object.
Was this page helpful?