▾ Documentation

Indexer

Decoded Solana DEX transactions, indexed in real time, queryable via SQL. ClickHouse with nanosecond timestamps.

// updated 2026-06-04

Decoded Solana DEX transactions, indexed in real time, queryable via SQL. Run your own ClickHouse queries against our database, or use a custom REST endpoint.

NOTE

Skip the indexer, write queries. We've already decoded the swaps, migrations, and token creations - you write SQL.

What's covered

ProtocolTables
Pump.funToken creation, all swaps
PumpSwapAll swaps, AMM migrations
RaydiumAll swaps
LaunchLab (Raydium launchpad)Launchpad swaps, graduations
Letsbonk.funLaunchpad token swaps
MeteoraDLMM swaps
Other Solana mintsNew SPL token creations

For the full schema with column types, see Database schema.

Key technical specs

  • History coverage: from January 11, 2024.
  • Validation latency: ~15 seconds (only confirmed transactions are exposed).
  • Engine: ClickHouse, MergeTree with daily partitioning, 1-year TTL.
  • Nanosecond timestamps captured at our Amsterdam shred receiver.

Two ways to query

Direct ClickHouse

Production analytics, scheduled jobs, full SQL access.

Custom REST API

Specific recurring queries deployed as endpoints.

Use cases

  • Liquidity monitoring and token distribution tracking.
  • Whale identification and follow-the-leader strategies.
  • Custom trading indicators derived from on-chain swap activity.
  • MEV / market microstructure analysis (with nanosecond timestamps).
  • Cross-reference on-chain swaps with off-chain market data.

How to get access

NOTE

v1 access is request-based, not self-service. We review and provision manually.

  1. 1
    Request access

    Request access via Telegram: @supanode_tgs.

  2. 2
    We provision your account

    You receive your x-token plus database username/password.

  3. 3
    Connect and query

    See Access for connection details and code samples.

Pricing

$300/mo flat. Includes full schema access, direct ClickHouse queries, and unlimited query volume within reason. Billed as a separate subscription with its own duration slider (1 hour to 30 days).

Custom REST APIs and Python ETL flows are quoted per scope - those are extras on top of the base $300/mo. Contact @supanode_tgs.

Free trial

Up to 48-hour free trial with full schema access. Activate via Telegram: @supanode_tgs.

Where to next

Access

Connection and authentication.

Database schema

Tables and columns.

Nanosecond timestamps

For MEV and microstructure analysis.