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

# Tokens

> List of tokens traded on Hyperliquid DEX with token metadata

The `hyperliquid.raw.tokens` table contains a list of tokens that are traded on Hyperliquid DEX, with token metadata such as token name and symbol. Currently only includes spot tokens.

## Table Columns

| Column Name                   | Description                               |
| ----------------------------- | ----------------------------------------- |
| token\_type                   | The type of token                         |
| token\_symbol                 | The token symbol (e.g., PURR, HYPE)       |
| token\_id                     | The token ID                              |
| full\_name                    | Full name of the token                    |
| evm\_token\_address           | EVM token contract address, if applicable |
| index                         | Token index                               |
| sz\_decimals                  | Number of decimals for size/quantity      |
| wei\_decimals                 | Number of decimals in wei                 |
| is\_canonical                 | Whether this is the canonical token       |
| deployer\_trading\_fee\_share | The deployer's share of trading fees      |
