# Global Token Prices

| Property          | Description                         | Type      |
| ----------------- | ----------------------------------- | --------- |
| chain             | The chain the token is on           | string    |
| contract\_address | The token contract address          | string    |
| symbol            | The token symbol (ex. UNI, COMP)    | string    |
| timestamp         | Timestamp                           | timestamp |
| price\_usd        | USD value of the token              | double    |
| decimals          | The amount of decimals in the token | int       |
