The BNB data API for the busiest chain in crypto.
You shouldn't have to run a BSC node, babysit an archive node or stitch together raw JSON-RPC just to answer a simple question. We've already indexed Uniswap trades, token transfers, contract calls, events and the mempool are one query — or one live stream — away.
subscription { EVM(network: bsc) { DEXTrades( where: {Trade: {Dex: {ProtocolName: {is: "uniswap_v3"}}}} ) { Trade { Buy { Price Amount Currency { Symbol } } Dex { ProtocolName } } } } }
JSON-RPC was never meant to answer the questions you actually have.
Ask "what did this wallet ever do?" and raw BSC hands you an archive node, a pile of ABIs to decode by hand and thousands of chained eth_getLogscalls. We've already done that work, so you can skip straight to the answer.
Four ways to get BNB data — one schema underneath.
Write your query once in GraphQL and the same fields come back over GraphQL streams, Kafka, gRPC or a bulk cloud export. Nothing to re-model and no second pipeline to maintain — just pick the channel that matches how fast and how much you need.
Every major BNB venue, decoded into one feed.
One DEXTrades query covers 100+ BNB DEXs. Filter by token, pair, pool, wallet or protocol, then roll it up however you need — OHLCV candles, liquidity events, slippage, pool reserves, top traders or volume.
Every BNB dataset, one GraphQL endpoint.
From ERC-20 transfers to the mempool, it's all behind a single endpoint — no node, no archive sync, no indexer to build. Every dataset deepens with archive add-ons or Enterprise and streams live over WebSocket or gRPC (fixed-cost Kafka on Enterprise) whenever you need it real time.
BNB Token Transfers API
Every ERC-20, ERC-721 & ERC-1155 transfer with historical USD value, volumes and inflow / outflow per address.
Read the docs →DeFiBNB DEX Trades API
Swaps across Uniswap V2/V3/V4, Curve, Sushi & 100+ DEXs with OHLCV candles, pairs, pools and per-wallet history.
Read the docs →NFTBNB NFT API
Mints, sales, bids, ownership, holder distribution and metadata across OpenSea, Blur, LooksRare & more.
Read the docs →WalletsBNB Balance API
Real-time & historical native BNB and token balances for any wallet, with USD portfolio value for trackers and tax tools.
Read the docs →TokensBNB Token Holders API
Top holders, balance distribution and decentralization metrics — Gini and Nakamoto coefficients — for any ERC-20.
Read the docs →ComplianceMoney Flow · Coinpath®
Trace inbound and outbound fund flows across BNB addresses for AML, forensics and investigation workflows.
Read the docs →ContractsSmart Contract Trace API
Decoded smart-contract call traces with arguments, internal transactions and success status — parsed by ABI.
Read the docs →ContractsSmart Contract Events API
Decoded event logs by ABI — query Transfer, Approval, Swap or any topic by contract, name or event signature.
Read the docs →Real-timeBNB Mempool API
Stream pending transactions before they land and simulate outcomes — for MEV monitoring and frontrun protection.
Read the docs →NetworkBNB Transactions API
Transaction details, receipts, internal transactions, gas used and status — filter by sender, receiver or value.
Read the docs →NetworkBNB Blocks API
Block headers, timestamps, base fees, gas usage and validator data for time-series analytics and explorers.
Read the docs →NetworkBNB Gas & Fees API
EIP-1559 base and priority fees, gas usage patterns and cost analysis to power gas estimators and fee dashboards.
Read the docs →The BNB products people actually ship on us.
Each of these is just a filter on the same indexed data — subscribe over WebSocket or gRPC on self-service (fixed-cost Kafka on Enterprise) when you're building a bot, or hit GraphQL when you're building a dashboard.
Catch new PancakeSwap pools first
Get pool-creation and hook events the second they land, filtered by token pair or fee tier. Be early to every new market without watching the chain yourself.
where: { Log: { Signature: { Name: "Initialize" } } }
Wallet PnL & portfolio
Pull a wallet's entire transfer and trade history with historical USD prices already attached, and work out realized PnL across every DEX it has touched.
where: { Transfer.Receiver: "<wallet>" }
Build OHLCV price charts
Turn raw DEX trades into clean candlesticks per pair and interval — the same kind of feed behind TradingView-style BNB charts.
Trade: { close: PriceInUSD ... }
} # 1m / 5m / 1h
What teams say about our BNB 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."
Pricing
Start on BSC. Scale when you ship.
Real-time data on this chain is included in every self-service plan. Every paid plan starts with a 7-day free trial — full streaming included, no card required.
Personal
For side projects, learning & testing. Personal use only — no commercial use.
billed annually ($468/yr) · save 20%
- 100k API points / mo ≈ 20k calls
- 30 req/min · 3 simultaneous
- Full GraphQL & REST schema
- Real-time data · 9 core chains 30-day trades · 4–8h on-chain
- API only — no streams
- Community support
Pro
For trading bots, alerts & dashboards on live DEX and price data.
billed annually ($948/yr) · save 20%
- 1M API points / mo ≈ 200k calls
- 90 req/min · 6 simultaneous
- 100k stream-minutes + 5 GB
- 100 concurrent streams
- Trading-data streams live DEX & prices
- Commercial-use license
- Real-time data · 9 core chains 30-day trades · 4–8h on-chain
- Community + Telegram support
Scale
For production real-time apps — every stream, scale on demand.
billed annually ($2,868/yr) · save 20%
- 5M API points / mo ≈ 1M calls
- 240 req/min · 12 simultaneous
- 2M stream-minutes + 50 GB
- 1,000 concurrent streams
- All streams onchain + mempool
- Commercial-use license
- Dedicated Slack support
Enterprise
Full history, unlimited streams & bulk delivery at scale.
flat platform fee — no metering
- Complete history · 40+ chains
- Unlimited WebSocket streaming no stream-min or GB limit
- Custom points & rate limits
- Kafka fixed-cost · S3 bulk export
- Coinpath® money flow
- SLA · SSO · dedicated support
Flat-rate add-ons on every open plan: $40 / 1M points · $20 / 100k stream-minutes · $8 / GB (bought yearly · save 20%) — same price at any volume, billed only for what you add.
BNB data questions, answered.
How can I get BNB blockchain data with Bitquery?
How do I query Uniswap, SushiSwap and other BNB DEX trades?
Can I stream BNB data in real-time — mempool, new blocks, transfers?
Does Bitquery support ERC-20, ERC-721 and ERC-1155 tokens?
How do I get BNB wallet balances, transactions and PnL?
Does Bitquery support smart-contract calls and decoded event logs?
Ship your BSC product this week.
7-day free trial — real-time BSC data on self-service plans, no node to run. Live window: 30-day trades · 4–8h on-chain; deepen history with archive add-ons, or go Enterprise for complete history.