Skip to main content
GET
/
exchange
/
assets
All asset metadata
curl --request GET \
  --url https://hyper.polynode.dev/exchange/assets

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.

Metadata for all tradeable assets. Returns a nested object with perps and spot keys, each containing a universe array.

Example

curl https://hyper.polynode.dev/exchange/assets
{
  "perps": {
    "universe": [
      {"szDecimals": 5, "name": "BTC", "maxLeverage": 40, "marginTableId": 56},
      {"szDecimals": 4, "name": "ETH", "maxLeverage": 25, "marginTableId": 55},
      {"szDecimals": 2, "name": "SOL", "maxLeverage": 20, "marginTableId": 54}
    ]
  },
  "spot": {
    "universe": [
      {"tokens": [1, 0], "name": "PURR/USDC", "index": 0, "isCanonical": true},
      {"tokens": [3, 0], "name": "HFUN/USDC", "index": 1, "isCanonical": true}
    ]
  }
}

Query Parameters

network
string
default:mainnet

Response

200

Object with perps and spot universe arrays