Market Data
Get Token Pairs
Retrieve all available token pairs across supported trading platforms
GET
Overview
This endpoint returns a comprehensive list of all available token pairs across the supported trading platforms (Hyperliquid, Aster, and Lighter). Each token includes information about its availability, platform-specific names, and metadata.Request
Response
Array of token pair objects
Unix timestamp when the data was generated
Use Cases
- Platform Discovery: Find which platforms support specific tokens
- Symbol Mapping: Get platform-specific ticker symbols for cross-platform trading
- Token Metadata: Access token logos and standardized information
- Availability Checking: Verify token availability before placing orders
Notes
- The response includes both cryptocurrency tokens and traditional forex pairs (e.g., USDCAD, USDJPY)
- Some tokens may have different symbols across platforms (e.g., “BTC” vs “BTCUSDT”)
- Logo URLs are sourced from CoinGecko and may be null for some tokens
- The
platformsobject contains platform-specific configurations (currently empty objects)