Tron moves the
world's USDT.
We give you the tape.
More USDT moves on Tron than on any other chain, so this is where you watch it. Stream every TRC-20 USDT transfer, catch a payment the second it lands, and see where the money goes across wallets with Coinpath® — over GraphQL, WebSocket or Kafka. It's all indexed back to the start, so there's no node for you to run.
The Tron USDT API, streaming live.
A node is a lot of plumbing just to follow the money.
Run it yourself and you're fighting rate limits, writing your own TRC-20 decoders, and polling on a loop just to piece together one wallet's history — and you still can't easily see where a payment went. We've done that part already, so you can just ask the question.
Every Tron dataset, one GraphQL endpoint.
From USDT transfers to Coinpath® money flow, it's one endpoint — no node, nothing to sync, nothing to index yourself. Every dataset goes back to the Tron genesis block and streams live.
Every USDT venue on Tron, decoded.
Four ways to get the data. One schema underneath.
Design your query once, then read the same Tron fields as GraphQL, WebSocket subscriptions, Kafka or a bulk cloud export — pick the channel that fits your latency and volume.
Tron transfers as Parquet on AWS S3.
Need the whole history in bulk? Take every Tron transfer — USDT included — as columnar, partitioned Parquet dropped straight into your own S3 bucket. No API calls, no rate limits, fresh daily.
- Hive-partitioned by date — predicate pushdown out of the box
- COPY INTO Snowflake or BigQuery, or query in place with Athena
- Petabyte backfill + daily deltas, stable schema
s3://bitquery-datasets/tron/transfers/
date=2026-06-04/
part-0000.parquet
part-0001.parquet
date=2026-06-05/
part-0000.parquet
Detect incoming USDT
Fire the moment a USDT deposit lands in a watched wallet — confirm settlement, trigger webhooks, reconcile.
Tron {
Transfers(where: { Transfer: {
Receiver: {is: "<wallet>"},
Currency: { Symbol: {is: "USDT"} } }
}) { Transfer { Sender Amount } } }
}
}
Trace a USDT trail
Follow funds multi-hop from any address, score counterparties, surface mixers — an AML investigation in one call.
Tron {
coinpath(
initialAddress: "<address>"
currency: {is: "USDT"}
depth: 4
) { sender receiver amount }
}
}
Reconcile balances
Pull a wallet's full USDT history with USD value to reconcile treasury statements and compute PnL across Tron DEXs.
Tron {
BalanceUpdates(where: {
BalanceUpdate: {Address:
{is: "<wallet>"} } }) {
Currency { Symbol }
balance: sum(of: …Amount)
}
}
}
Pricing
Start on Tron. 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 window
- 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
- Real-time data · 9 core chains
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
- 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.
Tron USDT API — questions, answered.
> How do I query Tron USDT transfers and TRC-20 activity?+
> Can I detect incoming USDT payments in real time?+
> Can I trace where USDT went across Tron wallets?+
> How do I get Tron blockchain data with Bitquery?+
> Does Bitquery decode Tron contract calls and events?+
> Which Tron DEXs and venues are covered?+
What the Bitquery Tron USDT API does.
The Bitquery Tron APIgives developers, exchanges and compliance teams real-time and historical access to the Tron blockchain through a single GraphQL endpoint — with the same data available over WebSocket subscriptions and Kafka streams. Every block since the 2018 genesis is indexed and decoded, so TRC-20 token transfers, DEX trades, smart-contract calls and energy & bandwidth usage are one query away. No Tron node, archive sync or custom indexer required.
Tron settles more Tether (USDT) than any other blockchain, which makes it the primary rail for stablecoin payments and the most important chain for on-chain investigation. The Tron USDT API indexes every TRC-20 USDT transfer — alongside USDD and USDC — with sender, receiver, amount and USD value. Detect incoming payments the moment they confirm, reconcile balances, build holder and counterparty lists, and follow funds multi-hop across wallets with Coinpath® money-flow tracing for AML, sanctions screening and forensics.
Coverage spans the venues where USDT actually moves on Tron — SunSwap, SunPump, JustMoney and SUN.io DEX trades, plus JustLend lending activity and decoded USDT contract calls and events. Aggregate raw trades into OHLCV candles, rank holders, or stream new activity as it lands.
Ship your Tron USDT product this week.
A free API key unlocks every dataset, and there's no node to run. Query all of Tron's history and start streaming live USDT payments in your very first call.