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 |