// monad · indexer

Monad Historical Data Indexer

Decoded Monad activity - DEX swaps, pools, token metadata and contract events - in a SQL-queryable ClickHouse warehouse.

Monad · indexer● live
history from
2025
access
SQL
01.WHAT'S INCLUDED// Monad · indexer
  • Direct ClickHouse SQL over decoded history
  • DEX swaps and pools across major venues
  • ERC-20 token identities and metadata
  • Contract events decoded, not raw logs
  • Gas and EIP-1559 fee fields on every row
  • Custom REST endpoints, quoted per scope
// factsSPEC
Coverage
swaps · pools · tokens · decoded events
History since
mainnet launch, 2025-11-24
Refresh
continuous updates
Interfaces
ClickHouse SQL + custom REST
Database name
monad
Free trial
up to 24h, no card
02.HOW IT WORKS// query it like a database
query.sqlclickhouse · monad
1SELECT wallet, SUM(size) AS vol
2FROM monad.fills
3WHERE ts > now() - INTERVAL 1 HOUR
4GROUP BY wallet
5ORDER BY vol DESC LIMIT 20
→ 200 OK · 82ms · joins, CTEs, window fns
// HOW TO QUERY
Connect with any ClickHouse client — DBeaver, DataGrip, psql, or the Python client — against the monad database, then write SQL with joins, CTEs, and window functions.
// INTERFACES
Direct ClickHouse SQL, or a custom REST endpoint shaped to a recurring query (quoted per scope).
03.FAQ// 3 questions
How far back does it go?

To the Monad mainnet launch on 24 November 2025, and forward continuously. Anything that reads as all-time on Monad is measured from that date.

Why not just replay events over RPC?

Because at 400 ms blocks the volume adds up fast, and every consumer ends up writing the same decoder and the same storage layer. The warehouse does that once. You write a query.

How is the Monad indexer priced and provisioned?

It is not on sale yet - the Monad indexer is in build. Tell us on Telegram which tables you need and roughly how you will query them: that is what decides what gets decoded first, and you go to the front of the queue when it opens. Billing, when it opens, is the same as everything else here: crypto-only, monthly and prepaid.

Get Monad Historical Data Indexer.

Set up over Telegram with an engineer — endpoint, token, tuning.