The assets vertical provides tracking of all asset movements and holdings across the blockchain.

Asset TypeDescription
FungibleFungible assets models contains erc20 tokens and native (gas) token.
NativeNative tokens are the gas tokens of the blockchain, such as ETH, BNB, POL, AVAX, etc.
ERC20ERC20 tokens are the tokens that follow the ERC20 standard, such as USDC, USDT, etc.
ERC721ERC721 tokens are the tokens that follow the ERC721 standard, such as Pudgy Penguins, etc.
ERC1155ERC1155 tokens are the tokens that follow the ERC1155 standard, such as OpenSea Collection StoreFront, etc.

There are 4 main categories of tables in the assets vertical.

TableUse CaseQuestion
BalancesTracks all changes in asset balance for a given address, from wallet creation to the present.What is the USDC balance of a particular wallet over time?
Balances LatestChecking the current balances of assets for a given address.What is the current distribution of ETH holdings of OpenSea NFT buyers in the last 7 days?
TransfersAccount for the inflow or outflows of assets from one address to another.What is the total inflow of USDC into a wallet in the last 30 days? (not accounting for outflows)
Credit DebitAccounting for inflows and outflows of assets.What is the net balance change of USDC into a wallet in the last 14 days?