info (perpDexStatus)
Hyperliquid node API
perpDexStatus | Hyperliquid info
The info endpoint with type: “perpDexStatus” retrieves the current status of a specific perp DEX on Hyperliquid, including total net deposits.
POST
info (perpDexStatus)
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: "perpDexStatus" retrieves the current status of a specific perp DEX on Hyperliquid, including total net deposits.
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"perpDexStatus".dex(string, required) — Perp DEX name.
Response
The response is an object containing:totalNetDeposit(string) — Total net deposits in the perp DEX.
Example request
Shell
Example response
Use case
Theinfo endpoint with type: "perpDexStatus" is useful for:
- Monitoring the total value locked in a perp DEX
- Building analytics dashboards that track DEX growth
- Comparing deposit levels across different perp DEXes
Last modified on May 18, 2026