Skip to main content
The solana.raw.spl_token_total_supply table contains snapshots of SPL token total supply as returned from the Solana RPC. These snapshots are triggered approximately when a mint or burn event is detected on the blockchain.
Since the RPC does not allow specifying a slot number when querying token supply, the snapshot block will occur after but close to the actual mint/burn event that triggered the snapshot.

Snapshot Triggers

Snapshots are created when:
  • Mint Events: New tokens are minted to increase the total supply
  • Burn Events: Existing tokens are burned to decrease the total supply
The system monitors the blockchain for these events and captures the token’s total supply state shortly after they occur.

Table Columns