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

# TokenMetadata

Token metadata structure

## Properties

| Property                             | Type     | Description                        |
| ------------------------------------ | -------- | ---------------------------------- |
| <a id="symbol" /> `symbol`           | `string` | Token symbol (e.g., 'USDC', 'SOL') |
| <a id="name" /> `name`               | `string` | Token name (e.g., 'USD Coin')      |
| <a id="decimals" /> `decimals`       | `number` | Number of decimals                 |
| <a id="logo" /> `logo?`              | `string` | Token logo URL                     |
| <a id="mintaddress" /> `mintAddress` | `string` | Mint address                       |
