info (perpCategories)
Hyperliquid node API
perpCategories | Hyperliquid info
The info endpoint with type: “perpCategories” retrieves all HIP-3 perpetual assets that have a category set via setPerpAnnotation.
POST
info (perpCategories)
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: "perpCategories" retrieves all HIP-3 perpetual assets that have a category set via setPerpAnnotation. Returns an array of [coin, category] tuples, or an empty array if no deployers have set categories.
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"perpCategories".
Response
An array of two-element arrays, where each entry contains:- Index 0 (string) — HIP-3 asset symbol in
deployer:TICKERformat. - Index 1 (string) — Category label assigned by the deployer.
"indices", "commodities", "ai", "meme", "defi", "gaming", "layer1", "layer2", "stocks", "forex").
Example request
Shell
Example response
When categories exist:Use case
Theinfo endpoint with type: "perpCategories" is useful for:
- Organizing HIP-3 perpetual assets into categories for trading interfaces
- Building category-based navigation and filtering for asset discovery
- Displaying a categorized catalog of deployer-created perpetual contracts
Body
application/json
Request type
Available options:
perpCategories Response
200 - application/json
Array of perpetual category classifications
Last modified on May 18, 2026