| id | ID! | | TokenDayData Entity ID. Format: <token address>-<Timestamp rounded to the day by dividing by 86400> |
| date | Int! | | Timestamp rounded to the day by dividing by 86400 |
| token | Token! | | Token Entity for which the daily metric were recorded |
| volume | BigDecimal! | | Daily swap volume of the token |
| volumeUSD | BigDecimal! | | Daily swap volume of the token in derived USD |
| untrackedVolumeUSD | BigDecimal! | | Daily swap volume of the token in derived USD (including in pools with tokens with unreliable USD value) |
| totalValueLocked | BigDecimal! | | Liquidity across all pools in token units at the end of the day |
| totalValueLockedUSD | BigDecimal! | | Total value of liquidity across all pools in token units in derived USD at the end of the day |
| priceUSD | BigDecimal! | | Price of token in USD at the end of the day |
| feesUSD | BigDecimal! | | Total Fee Collected in derived USD at the end of the day |
| open | BigDecimal! | | Open Price of the token |
| high | BigDecimal! | | High Price of the token |
| low | BigDecimal! | | Low Price of the token |
| close | BigDecimal! | | Close Price of the token |