# 18 September: Token tables available on Ethereum mainnet

With the introduction of the new "token-centric" collections, you now have easy and fast access to the full history of ERC20 and ERC721 balance changes for every pair of token/wallet from Genesis. We also index every change of `totalSupply` value for every token.

For now, these tables are only available for the Ethereum mainnet, but we plan on extending support for other chains in the following weeks.

Documentation for these new tables:

* [Balances](https://docs.agnostic.dev/api/token/balances)
* [Total Supplies](https://docs.agnostic.dev/api/token/total-supplies)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://changelog.agnostic.dev/september-2023/18-september-token-tables-available-on-ethereum-mainnet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
