Skip to main content
The stablecoins_multichain.transfers table unions stablecoin transfer records from all supported ecosystems — EVM (37 chains), Solana, and Tron — into a single cross-chain view with normalized address and hash types (VARCHAR). One row represents one stablecoin transfer event. This table is useful for:
  • Cross-ecosystem stablecoin flow analysis
  • Aggregate transfer volume across all supported chains
  • Comparing stablecoin movement patterns across EVM, Solana, and Tron

Table Schema

Sample Queries

Notes

  • Addresses and hashes are cast to VARCHAR for cross-ecosystem compatibility.
  • For partition pruning, filter by blockchain and block_month.