perpsAtOpenInterestCap

post
/info

Request perpetuals at open interest cap.

Body

Request perpetuals at open interest cap.

typeundefined · enumRequired

Type of request.

Possible values:
dexstringOptional

DEX name (empty string for main dex).

Responses
200

Array of perpetuals at open interest caps.

application/json
Responsestring[]

Array of perpetuals at open interest caps.

post
/info
POST /info HTTP/1.1
Host: api.hyperliquid.xyz
Content-Type: application/json
Accept: */*
Content-Length: 46

{
  "type": "perpsAtOpenInterestCap",
  "dex": "text"
}
[
  "text"
]

Last updated