Tron settles more USDT than any other chain. Get a dedicated full-node endpoint for deposit detection, broadcasts and TronWeb integrations.
Drop this URL into your RPC client, HTTP library or wallet config. No SDK install required.
https://endpoints.boltrpc.io/rpc/YOUR_API_KEY/tronReplace YOUR_API_KEY with your API key. Get a free key →
Copy-paste examples for the libraries you already use. Swap the API key, hit run.
import { TronWeb } from "tronweb";
const tronWeb = new TronWeb({
fullHost: "https://endpoints.boltrpc.io/rpc/YOUR_API_KEY/tron",
});
const block = await tronWeb.trx.getCurrentBlock();
console.log("Block:", block.block_header.raw_data.number);Connect your exchange, payment backend, or dApp to Tron Mainnet with BoltRPC. Tron is the largest USDT settlement network in crypto, and predictable request-unit pricing keeps your API costs flat while stablecoin volume flows through your systems around the clock.
| Protocol | Tron full-node HTTP API (TVM execution) |
| Block time | ~3 seconds |
| Primary asset | USDT (TRC-20) alongside native TRX |
| Gas model | Bandwidth and energy, paid or staked in TRX |
| Smart contracts | TVM (Solidity-derived) |
| EVM compatible | Partially (TVM; own API and address format) |
Tron’s role in crypto is unambiguous: it is where dollars move. More USDT circulates and settles on Tron than on any other network, with low fees and three-second blocks making it the default rail for exchange transfers, remittances and merchant payments across much of the world. Technically Tron runs the TVM, a Solidity-derived virtual machine, but its interface is its own: clients use the full-node HTTP API (the wallet/* routes made familiar by TronGrid) and the TronWeb SDK, with base58 addresses starting with T. The workload profile is payments infrastructure at its purest. Exchanges scan every block for TRC-20 deposits, payment processors confirm transfers continuously, and all of it is sustained read volume where shared public endpoints throttle first and your users notice immediately.
Exchange deposit and withdrawal infrastructure Scanning every block for TRC-20 deposits and broadcasting withdrawals is the canonical Tron workload: block-by-block reads, transaction lookups and scheduled broadcasts, around the clock.
USDT payment processors Invoice and remittance systems watch addresses for incoming transfers and confirm them within seconds. Chain-tip tracking and transaction lookups directly gate the customer’s payment experience.
Wallets and portfolio trackers Balance and resource lookups run on every wallet open, multiplied across TRX, USDT and other TRC-20 assets. Read latency here is perceived app speed.
Analytics and compliance Flow tracking and reporting over stablecoin volume read large ranges of blocks and transactions, a batch workload where fixed per-method pricing keeps large jobs predictable.
Exchanges and payment processors scan every three-second block for TRC-20 transfers. That is sustained, block-by-block read load; a dedicated endpoint keeps the scan loop ahead of the chain instead of behind it.
The endpoint serves the standard full-node HTTP API, so TronWeb and existing TronGrid-style integrations move over by changing the fullHost URL. No SDK changes, no method translation.
wallet/broadcasttransaction against well-connected nodes propagates withdrawals fast. When a customer is watching a pending USDT withdrawal, broadcast reliability is support load you do not get.
Every route has a fixed, published request-unit weight. High-volume settlement days change your request count, not your pricing model.
BoltRPC serves Tron alongside Plasma, Celo, Ethereum and 20+ other networks behind one dashboard and one key pattern. Multi-rail payment systems talk to every chain through the same provider.
Every standard Tron method you would expect. Archive-only methods are available on request for qualifying plans.
POST /wallet/getnowblockPOST /wallet/getblockbynumPOST /wallet/gettransactionbyidPOST /wallet/broadcasttransactionPOST /wallet/getaccountPOST /wallet/triggerconstantcontractCommon questions about connecting to Tron over BoltRPC.
An API key in under 60 seconds, Tron plus 34 other chains, and a team that answers when you write.