List all 294 spot pairs with base/quote tokens and dashed symbols.
List all 294 spot pairs with base/quote tokens and dashed symbols. No tier restriction. Symbols use the dashed form (e.g., PURR-USDC); the server resolves the wire format (PURR/USDC, @<index>) internally.
Request
/v1/hyperliquid/spot/pairsResponse
{ "success": true, "data": [ { "symbol": "PURR-USDC", "base": "PURR", "quote": "USDC", "wire": "PURR/USDC", "pair_index": 107 }, { "symbol": "HYPE-USDC", "base": "HYPE", "quote": "USDC", "wire": "HYPE/USDC", "pair_index": 150 }, { "symbol": "HFUN-USDC", "base": "HFUN", "quote": "USDC", "wire": "HFUN/USDC", "pair_index": 161 } ], "meta": { "request_id": "req_abc123", "count": 3 }}