> ## Documentation Index
> Fetch the complete documentation index at: https://hypernode-docs.polynode.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# GET /v1/spot-tokens

> Hyperliquid spot token reference.

Returns the index → name mapping for Hyperliquid's spot token registry. Used for resolving `+N` references in fee tokens and elsewhere.

## Endpoint

```
GET /v1/spot-tokens
```

## Response

```json theme={null}
{
  "tokens": [
    {"index": 0, "name": "USDC"},
    {"index": 1, "name": "PURR"}
  ],
  "note": "Currently a static stub returning the most common references. The full 458-token spot registry will be exposed in a near-term update."
}
```

## Status

This endpoint is currently a static stub returning the most common references. The full 458-token spot registry will be exposed in a near-term update.
