# Hyperliquid Spot Token List

> Hyperliquid Spot Token List is a paid API for AI agents from hl-spot.api.klymax402.com, paid per call via x402, $0.002000/call, status unknown (last checked 2026-09-14).

Returns metadata for all 454 spot tokens listed on Hyperliquid, including name, tokenId, index, decimals, and wei decimals, with optional name/symbol filtering.

## Facts

- Endpoint: GET https://hl-spot.api.klymax402.com/api/tokens
- Price: $0.002000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hl-spot-api-klymax402-com-db06b775
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fjrxmZen2flGNKacOAJEr

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability hl-spot-api-klymax402-com-db06b775
```

Example prompt: Can you find the tokenId, index, and decimals for the PURR token on Hyperliquid spot? Search by name if helpful.

## When to prefer this

Use this endpoint when you need to look up Hyperliquid spot token metadata such as tokenId, index, or decimal precision — especially before constructing trades, formatting amounts, or cross-referencing token identifiers on Hyperliquid's spot market.

## Known failure modes

- No tokens match the search string — returns empty list
- Network or upstream Hyperliquid API unavailability — returns 5xx error
- Invalid search parameter type — may return 400 or unfiltered results
- Rate limiting or payment failure — returns 402 Payment Required

## How this service works

List all 454 spot tokens on Hyperliquid with metadata: name, tokenId, index, decimals, wei decimals.

## Output

A list of spot token objects from Hyperliquid, each containing: token name, tokenId, index, decimals, and wei decimals. If a search string is provided, only matching tokens are returned; otherwise all 454 tokens are included.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "search": {
   "type": "string",
   "description": "Optional filter: search tokens by name or symbol (case-insensitive substring match). Omit to return all 454 tokens."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hl-spot-api-klymax402-com-db06b775/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from hl-spot.api.klymax402.com](https://www.zero.xyz/host/hl-spot.api.klymax402.com/llms.txt)
