Skip to main content
A transfer is one movement of a fungible token between two accounts, read from the Transfer logs token contracts emit onchain. The rows are facts.token_transfers, one per transfer, keyed on token_id. Join dimensions.tokens for decimals and the symbol, and dimensions.asset_tokens to name the curated asset a token belongs to. Every column is documented at Tokens ▸ Transfers.

Sample queries

The transfer table is partitioned on block_timestamp and holds billions of rows. Bound that column in every query; without a bound the query reads the whole table.
Read an asset’s transfers across every chain it is deployed on. dimensions.asset_tokens turns one asset into its deployments.