Tron RPC Endpoint

Tron settles more USDT than any other chain. Get a dedicated full-node endpoint for deposit detection, broadcasts and TronWeb integrations.

chain id · 728126428JSON-RPC 2.0
LIVE LATENCY
82ms
LIVE
gateway round-trip · sampled every second
IN PRODUCTION ATChainlinkEnjinTiingoGains Network

Your endpoint, ready in one line.

Drop this URL into your RPC client, HTTP library or wallet config. No SDK install required.

HTTPS
https://endpoints.boltrpc.io/rpc/YOUR_API_KEY/tron

Replace YOUR_API_KEY with your API key. Get a free key →

Pick your stack.

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.

Chain at a Glance

ProtocolTron full-node HTTP API (TVM execution)
Block time~3 seconds
Primary assetUSDT (TRC-20) alongside native TRX
Gas modelBandwidth and energy, paid or staked in TRX
Smart contractsTVM (Solidity-derived)
EVM compatiblePartially (TVM; own API and address format)

What Tron is Built For

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.

Common Use Cases on Tron

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.

Built for teams that ship on Tron.

Built for USDT deposit detection

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.

TronGrid-compatible routes

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.

Reliable broadcasts

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.

Predictable pricing at settlement volume

Every route has a fixed, published request-unit weight. High-volume settlement days change your request count, not your pricing model.

The stablecoin rails from one provider

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.

Full JSON-RPC coverage.

Every standard Tron method you would expect. Archive-only methods are available on request for qualifying plans.

STANDARD6
POST /wallet/getnowblockPOST /wallet/getblockbynumPOST /wallet/gettransactionbyidPOST /wallet/broadcasttransactionPOST /wallet/getaccountPOST /wallet/triggerconstantcontract

Tron, explained.

Common questions about connecting to Tron over BoltRPC.

Ship on Tron this week.

An API key in under 60 seconds, Tron plus 34 other chains, and a team that answers when you write.