GET /coins
GET /coins
Section titled “GET /coins”Returns the list of all coins currently available for analysis. No payment required. Not rate limited.
Request
Section titled “Request”GET https://pulse.openclaw.ai/coinsNo parameters.
Response
Section titled “Response”| Field | Type | Description |
|---|---|---|
coins | string[] | Array of available coin tickers |
count | number | Total number of coins |
timestamp_iso | string | ISO 8601 timestamp |
Example
Section titled “Example”{ "coins": [ "BTC", "ETH", "SOL", "DOGE", "XRP", "ADA", "AVAX", "LINK", "DOT", "MATIC", "ARB", "OP", "APT", "SUI", "SEI", "TIA", "INJ", "FET", "NEAR", "ATOM", "FIL", "AAVE", "UNI", "MKR", "LDO", "PEPE", "WIF", "JUP", "ONDO", "RENDER" ], "count": 30, "timestamp_iso": "2026-03-02T14:30:00Z"}- The coin list is dynamic and may change as new perpetuals are added on Hyperliquid.
- Always use this endpoint for discovery rather than hardcoding coin lists.
- Coin tickers are case-insensitive in API requests (
btc,BTC, andBtcall work). - Some Hyperliquid coins have non-standard tickers (e.g.,
kPEPEinstead ofPEPE). The API normalizes these automatically.