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)
}
}
}
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.
- All blockchains, all plans
- 10 requests / minute
- 2 streams for testing
- GraphQL IDE access
- Scalable calls, no throttling
- SQL, Cloud, Kafka & more
- 24/7 engineering access
- Dedicated onboarding & SLA
- Snowflake, BigQuery, S3, Azure
- No setup or infrastructure
- Structured for AI agents & MCP
- Audit data for custodians
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.