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
Returns every perpetual market categorized by asset class. Useful for building filtered UIs.
[
["flx:BTC", "crypto"],
["flx:COIN", "stocks"],
["flx:COPPER", "commodities"],
["flx:GOLD", "commodities"],
["xyz:TSLA", "stocks"],
["xyz:NVDA", "stocks"],
["xyz:BRENTOIL", "commodities"]
]
Categories include: crypto, stocks, commodities, and more.
Cached — 12,000+ requests/sec.
Annotations
For more detailed metadata:
Returns annotations with category and display info for each perp.
[
["flx:BTC", {"category": "crypto"}],
["flx:COIN", {"category": "stocks"}],
["xyz:GOLD", {"category": "commodities"}]
]