For the complete documentation index, see llms.txt. This page is also available as Markdown.

perpsAtOpenInterestCap

Parameters

type: perpsAtOpenInterestCap

Returns

List of perpetuals currently at their open interest cap.

Example

// Request
curl https://hyperliquid.blockpi.network/v1/info/your-api-key -X POST -H "Content-Type: application/json" --data '{"type":"perpsAtOpenInterestCap"}'

// Result
["CANTO","FTM","JELLY","LOOM","RLB","SAGA","ZEREBRO"]

Was this helpful?