BASE API · GraphQL · Kafka · gRPC · Cloud export

Query Base like a database. Not the RPC.

Skip rate-limited Base RPC endpoints, log decoders and L2 reorg edge-cases. We've already decoded every Base block since genesis — so Aerodrome trades, ERC-20/721/1155 transfers, L1↔L2 flows, contract calls, events and new token launches are one query away, or a live stream.

Trusted on Base by0x logo3Commas logoLukka logoNansen logo
EVM.DEXTradesReal-time & historical swaps across every Base DEX.Docs
base_dex_trades.graphqlCopy
subscription {
  EVM(network: base) {
    DEXTrades(
      where: {Trade: {Dex:
        {ProtocolName: {is: "aerodrome"}}}}
    ) {
      Trade {
        Buy { Price Amount
          Currency { Symbol } }
        Dex { ProtocolName }
      }
    }
  }
}
responseSTREAMING
Pair / DEXSidePriceAmount
200 · gRPC · 88msstreaming.bitquery.io
Trusted by 40,000+ developers & teams like
Binance logoChainalysis logoTRM Labs logoNansen logo0x logoCoinMarketCap logoCoin Metrics logoBybit logoLukka logo3Commas logoNexo logoTether logo
40+
Chains supported
1PB+
Blockchain data indexed
10B+
API calls / month
99.9%
Production uptime
01
Forget the RPC

Base RPC wasn't built for the questions you're asking.

Raw Base RPC means rate-limited endpoints, hand-written log decoders and thousands of chained eth_getLogs calls just to reconstruct one wallet — and no clean way to follow funds across the L1↔L2 bridge. We did the indexing — you get answers.

What you're doing
Raw Base RPC
Bitquery Base API
One wallet's full token & trade history
Thousands of eth_getLogs calls
A single GraphQL query
Reading Aerodrome / Uniswap trades
You decode every event log
Decoded for every protocol
ERC-20, 721 & 1155 in one place
Three ABIs to parse yourself
One unified token schema
New token launches & first liquidity
Poll deployers & decode logs
Streamed the moment they deploy
Historical depth
Sync a full Base archive node
Genesis → now, queryable
Follow funds across the L1↔L2 bridge
Correlate two chains by hand
Both directions, one schema
02
Delivery channels

Four ways to get Base data — one schema underneath.

Design your query once in GraphQL, then read the exact same Base fields as GraphQL streams, Kafka, gRPC or a bulk cloud export. No re-modelling, no second pipeline — pick the channel that fits your latency and volume.

03
DEX & protocol coverage

Every major Base venue, decoded into one feed.

A single DEXTrades query spans every Base DEX. Filter by token, pair, pool, wallet or protocol — and aggregate to OHLCV candles, liquidity events, slippage, pool reserves, top traders or pool volume.

VenueTypeWhat you get
AeAerodromeve(3,3) + SlipstreamBase's #1 DEX — V1 & concentrated-liquidity swaps, pools, gauges, OHLCV
UniUniswapV3 · V4 (Base)Swaps, pools, hooks, OHLCV, LP events
BsBaseSwapAMMNative Base swaps, pairs, liquidity
PcPancakeSwapV2 · V3Swaps & pools on Base mainnet
SuSushiSwapAMMSwaps, pairs, liquidity events
CvCurveStableSwapStable & crypto pool trades, fees
+ Balancer, Maverick, SwapBased & every new Base protocol we add
04
Base datasets

Every Base dataset, one GraphQL endpoint.

From ERC-20 transfers to new token launches, the full Base API surface is one endpoint — no Base node, no archive sync, no custom indexer. Each dataset is historical from genesis and streamable in real time over WebSocket, Kafka or gRPC.

Tokens

Base Token Transfers API

Every ERC-20, ERC-721 & ERC-1155 transfer on Base with historical USD value, volumes and inflow / outflow per address.

Read the docs
DeFi

Base DEX Trades API

Swaps across Aerodrome, Uniswap, BaseSwap, Curve & every Base DEX with OHLCV candles, pairs, pools and per-wallet history.

Read the docs
NFT

Base NFT API

Mints, sales, bids, ownership, holder distribution and metadata across every Base NFT marketplace.

Read the docs
Wallets

Base Balance Updates API

Real-time & historical native ETH and token balances for any Base wallet, with USD portfolio value for trackers and tax tools.

Read the docs
Tokens

Base Token Holders API

Top holders, balance distribution and decentralization metrics — Gini and Nakamoto coefficients — for any Base ERC-20.

Read the docs
Bridge

L1↔L2 Money Flow · Coinpath®

Trace token movements between Ethereum L1 and Base across the canonical bridge for AML, forensics and investigation workflows.

Read the docs
Contracts

Smart Contract Trace API

Decoded Base contract call traces with arguments, internal transactions and success status — parsed by ABI.

Read the docs
Contracts

Smart Contract Events API

Decoded Base event logs by ABI — query Transfer, Approval, Swap or any topic by contract, name or event signature.

Read the docs
Real-time

New Token Launches

Stream new token deployments, first liquidity adds and DEX listings on Base — built for sniping bots and trend dashboards.

Read the docs
Network

Base Transactions API

Transaction details, receipts, internal transactions, gas used and status — filter by sender, receiver or value.

Read the docs
Network

Base Blocks API

Block headers, timestamps, gas usage and sequencer data for Base time-series analytics and explorers.

Read the docs
Network

Base Gas & Fees API

L2 execution plus L1 data fees, gas usage patterns and cost analysis to power Base gas estimators and fee dashboards.

Read the docs
05
Build it this weekend

The Base products people ship on us.

Each one is a filter on the same indexed data — subscribe over Kafka or gRPC for bots, or query GraphQL for dashboards.

gRPC · Kafka

Track new Base token launches

Stream token deployments and first liquidity the moment they hit Aerodrome or BaseSwap, filtered by pair or deployer — front-run nothing, miss nothing.

subscribe EVM.Events
  where: { Log: { Signature: { Name: "PoolCreated" } } }
Read the docs
GraphQL

Wallet PnL & portfolio

Pull a Base wallet's full transfer and trade history with historical USD value to compute realized PnL across every Base DEX.

EVM.Transfers
  where: { Transfer.Receiver: "<wallet>" }
Read the docs
GraphQL

Build OHLCV price charts

Aggregate raw Base DEX trades into candlesticks per pair and interval — the feed behind TradingView-style Base charts.

DEXTradeByTokens {
  Trade: { close: PriceInUSD ... }
} # 1m / 5m / 1h
Read the docs

What teams say about our Base data

"We did a thorough search of the market for the best onchain data. Bitquery came out on top — and now powers all live prices across Nansen. We don't think of them as a vendor. They're a partner."

A
Alexander Karsten
Nansen
2023→now
Every Base block since genesis, indexed
<100ms
Kafka & gRPC stream latency
20+
Base DEXs decoded into one feed

Bitquery does the hard work of parsing blockchain transaction data into a usable form so that we don't have to. We use their interface to diagnose issues with complex transactions and their analytics as a starting point for our own.

0x Protocol logo
Alex Knaggs
0x Protocol

They proved they had the technology to deliver sophisticated data solutions. We extended our support through the Binance X fellowship — building an open-source library of visualization widgets on their blockchain data.

Director, Binance X logo
Flora Sun
Director, Binance X

The complex raw data is available at different levels of detail and from different viewpoints — whether we need simple aggregated transfers or parameters for failed contract calls. The support is responsive, friendly and quick.

Backend Developer, Blockpit logo
Jan Dreske
Backend Developer, Blockpit

Partnering with Bitquery has been highly cost-effective — leveraging their established infrastructure rather than building our own let us rapidly expand our blockchain support and reach a much broader segment of on-chain users.

Co-Founder, Syla logo
Nick Christie
Co-Founder, Syla

Bitquery's products are intuitive and easy to use. We rely on them for DEX trading and liquidity data — saving us the manpower and tedious technical details of building our own system. Their team gives near-24/7 support and resolves issues fast.

Ourbit logo
Data Team
Ourbit
06
Pricing

Start free. Scale when you ship.

Query every blockchain on every plan — no chain is paywalled. Move to commercial when you need volume, SLAs and bulk datashares.

Developer
$0 / month
Free plan for developers or small projects.
  • All blockchains, all plans
  • 10 requests / minute
  • 2 streams for testing
  • GraphQL IDE access
Get started free
Most popular
Commercial
Custom
Tailored solutions for business and enterprise.
  • Scalable calls, no throttling
  • SQL, Cloud, Kafka & more
  • 24/7 engineering access
  • Dedicated onboarding & SLA
Talk to sales
Datashares
Custom
Bulk historical & real-time data on your cloud.
  • Snowflake, BigQuery, S3, Azure
  • No setup or infrastructure
  • Structured for AI agents & MCP
  • Audit data for custodians
Talk to sales
FAQ

Base data questions, answered.

How can I get Base blockchain data with Bitquery?
We provide historical and real-time Base (Coinbase L2) data through GraphQL APIs, WebSocket subscriptions, Kafka streams and cloud warehouses (AWS, Google Cloud, Snowflake, Azure). Sign up at ide.bitquery.io for an API key, then query blocks, transactions, ERC-20 transfers, DEX trades, NFT events and contract calls on Base via a single endpoint.
How do I query Aerodrome, BaseSwap and other Base DEX trades?
Use the DEXTrades query to get trades from Aerodrome, BaseSwap, Uniswap V3 on Base, SushiSwap and Curve. Filter by token address, pair, time range or trader wallet, and aggregate to OHLCV candles, top traders or volume per pool.
Can I track new token launches and meme coins on Base in real-time?
Yes. We stream new token deployments, first liquidity adds and DEX listings on Base via Kafka and GraphQL subscriptions with sub-second latency. Filter by market-cap thresholds or specific deployers — ideal for sniping bots and trend dashboards.
Can I stream Base data in real-time — mempool, new blocks, transfers?
Yes. We provide real-time Base streams via Kafka, WebSocket subscriptions and gRPC with sub-second latency — covering pending transactions, new blocks, token transfers, DEX trades and contract events for trading bots, alerting and analytics.
Does Bitquery support Base ERC-20, ERC-721 and ERC-1155 tokens?
Yes. We index every ERC-20, ERC-721 and ERC-1155 token on Base with full transfer history, holder counts, balances and metadata — queryable through a single GraphQL schema.
How do I get Base wallet activity, balances and PnL?
Filter Transfers, Trades and Balances queries by wallet address for full Base transaction history, current and historical token balances and trading PnL across all Base DEXs — combine with our Portfolio 360 API for cross-chain views.

Ship your Base product this week.

Free API key, every dataset unlocked, no node to run. Query genesis-to-now and stream live Base data in your first call.

No credit card · 10K free points for your first month · All 40+ chains included