Skip to content

GET /coins

Free

Returns the list of all coins currently available for analysis. No payment required. Not rate limited.

GET https://api.cerebruspulse.xyz/coins

No parameters.

FieldTypeDescription
coinsstring[]Array of available coin tickers
countnumberTotal number of coins
timestamp_isostringISO 8601 timestamp
{
"coins": [
"AAVE", "ADA", "APT", "ARB", "ATOM", "AVAX", "BERA", "BNB",
"BTC", "CRV", "DOGE", "DOT", "DYDX", "EIGEN", "ENA", "ENS",
"ETH", "FET", "FIL", "HBAR", "HYPE", "IMX", "INJ", "JUP",
"LDO", "LINK", "LTC", "MATIC", "MKR", "MNT", "NEAR", "ONDO",
"OP", "PENDLE", "PEPE", "POL", "PYTH", "RENDER", "SEI", "SNX",
"SOL", "STX", "SUI", "TAO", "TIA", "TRX", "UNI", "WIF",
"WLD", "XLM", "XRP"
],
"count": 51,
"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, and Btc all work).
  • Some Hyperliquid coins have non-standard tickers (e.g., kPEPE instead of PEPE). The API normalizes these automatically.