Skip to main content
Stablecoin transfers are the rows of facts.token_transfers whose token is a stablecoin deployment. Join dimensions.asset_tokens on token_id to keep those rows and name the stablecoin. 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 one stablecoin’s transfers on a single day. Cast value_raw to BIGNUMERIC and divide by 10^decimals from dimensions.tokens to get the token amount.