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-annotations

Response

[
  ["flx:BTC", {"category": "crypto"}],
  ["flx:NVDA", {"category": "stocks"}],
  ["flx:GOLD", {"category": "commodities"}],
  ["flx:OIL", {"category": "commodities"}]
]
Array of [coin, annotation] pairs. Currently used by HIP-3 builder DEXes to classify their assets.
CategoryExamples
cryptoflx:BTC
stocksflx:NVDA, flx:COIN, flx:CRCL
commoditiesflx:GOLD, flx:OIL, flx:COPPER, flx:GAS
The flx: prefix indicates Felix Exchange assets. Use alongside /v2/perp-categories for native HyperLiquid asset classification.

Example

curl -H "x-api-key: YOUR_KEY" https://hyper.polynode.dev/v2/perp-annotations