Skip to main content

Overview

solana.stablecoin_transfers is a Turbo-only curated dataset that emits one row per SPL token transfer involving a tracked stablecoin mint. It follows the same schema as solana.token_transfers, pre-filtered to stablecoins and enriched with the token symbol and the fiat currency it tracks.
This dataset is exclusive to Turbo and is not available in Mirror.
Use it when you want to:
  • Track stablecoin flows, volumes, or balances without maintaining your own list of stablecoin mint addresses.
  • Group activity by fiat currency (currency) or by token (symbol) instead of raw mint addresses.
  • Stream stablecoin transfers with far less volume than the full solana.token_transfers firehose.

Quick start

See Solana Sources for general Solana source configuration (start_block, block_ranges, filters, checkpoints).

Schema

Tracked stablecoins

The dataset covers the following mints, grouped by the fiat currency they track.

USD (28 mints)

EUR (4 mints)

GBP (2 mints)

Other currencies (1 mint each)

Guide: Stream stablecoin transfers to Postgres

To track a single stablecoin, filter on symbol or token_mint_address in a SQL transform, or filter on a single fiat peg with currency (for example, WHERE currency = 'USD').