Tables
TONalytica enables you to query data on our supported chains at different levels of abstraction.
To start with, you have access to the raw tables for the TON blockchain, with tables like blocks
and transactions
. This is the most flexible option.
To make it easier to work with smart contracts, TONalytica also provides decoded data as individual, human-readable tables.
On top of that, we're building a set of Snippets for common use cases (e.g. Jettons, NFTs, or DEX) and third-party datasets.
Here is an overview of what is available:
Raw data: unedited, raw, and encoded blockchain data
Decoded data: (most popular) view the decoded calls and events made to smart contracts
Snippets: custom tables that are maintained by TONalytica and our community
User-generated: construct your own view, function, or table inside of our database
Last updated