Skip to main content

Documentation Index

Fetch the complete documentation index at: https://hypernode-docs.polynode.dev/llms.txt

Use this file to discover all available pages before exploring further.

Endpoint

GET /v2/perp-dex-status?dex={name}
ParamRequiredDescription
dexNoDEX short name. Omit for native HyperLiquid totals

Response

{"totalNetDeposit": "2985550006.9582519531"}
FieldDescription
totalNetDepositTotal net USD deposited into this DEX

Available DEXes

NameFull NameAssetsNet Deposits
(empty)HyperLiquid (native)229~$2.98B
xyzXYZ63~$611M
cashdreamcash16~$38.6M
hynaHyENA25~$35.5M
kmMarkets by Kinetiq23~$12.6M
vntlVentuals14~$7.8M
flxFelix Exchange16~$4.2M
paraParagon3~$256K
abcdABCDEx1~$7
These are HIP-3 builder-deployed perpetual DEXes. Each builder controls market listings, oracle sources, leverage limits, and fee collection. HyperLiquid handles execution, matching, margining, liquidations, and settlement.

Examples

# Native HL total deposits
curl -H "x-api-key: YOUR_KEY" https://hyper.polynode.dev/v2/perp-dex-status

# XYZ deposits
curl -H "x-api-key: YOUR_KEY" "https://hyper.polynode.dev/v2/perp-dex-status?dex=xyz"