Explore Tron, a blockchain optimized for content sharing and decentralized applications. Build fast, low-cost dApps using its RPC gateway.
The Tron RPC documentation provides developers with the tools to interact programmatically with the Tron blockchain. Tron is optimized for decentralized content sharing and entertainment, using a Delegated Proof-of-Stake (DPoS) consensus mechanism to enable fast and low-cost transactions. The documentation includes API endpoints for querying blockchain data, managing transactions, and deploying smart contracts. Tron’s architecture is well-suited for media, gaming, and NFT applications, offering scalability and strong support for digital content distribution.
– Related: 📚 Supported Blockchains • 🌐 RPC Nodes → Tron • 🔗 Official Tron Website
Blockchain RPC Gateway for Tron
Connect to Tron and Fetch the Latest Block
This widget lets you instantly query the latest block height (or equivalent) for Tron using a chain-specific RPC method like eth_blockNumber, getblockcount, or getBlockHeight. Useful for connectivity checks, uptime monitoring, or API testing.
Don't have an API key?
Sign up to Dashboard and create your API keys today.
Get higher limits and use debugging tools.
Retrieve Tron Node Status or Client Version via RPC
Use this pre-configured request to get version or status information for your connected Tron node. Whether it's web3_clientVersion, getblockchaininfo, or chain-specific endpoints, the method is optimized for each supported blockchain.
Available Tron interfaces
Tron - HTTP API
- GetNowBlock
- GetBlockByNum
- CreateTransaction
- ListWitnesses
- UpdateAccount
- UpdateAsset
- ListNodes
- GetAccountNet
- GetAssetIssueById
- GetAssetIssueByAccount
- GetBlockById
- GetBlockByLimitNext
- GetBlockByLatestNum
- GetTransactionById
- GetAssetIssueList
- GetNextMaintenanceTime
- GetPaginatedAssetIssueList
- ExchangeInject
- ExchangeTransaction
- ExchangeWithdraw
- ListExchanges
- ValidateAddress
- GetExchangeById
- ProposalApprove
- GetProposalById
- ProposalCreate
- ListProposals
- ProposalDelete
- GetAccount
- BroadcastTransaction
- CreateAccount
- TransferAsset
- UnfreezeBalance
- CreateWitness
- VoteWitnessAccount
- CreateAssetIssue
- TriggerSmartContract
- UnfreezeAsset
- WithdrawBalance
- ParticipateAssetIssue
- GetContract
- ExchangeCreate
- DeployContract
- UpdateSetting
- GetNodeInfo
- UpdateEnergyLimit
- GetDelegatedResource
- GetTransactionInfoById
- GetDelegatedResourceAccountIndex
- ClearAbi
- TriggerConstantContract
- UpdateWitness
- UpdateBrokerage
- GetChainParameters
- GetAccountResource
- GetTransactionInfoByBlockNum
- BroadcastHex
- AccountPermissionUpdate
- GetSpendingKey
- GetAkFromAsk
- GetExpandedSpendingKey
- GetNkFromNsk
- GetNewShieldedAddress
- CreateShieldedContractParameters
- ScanShieldedTrc20NotesByOvk
- GetZenPaymentAddress
- IsShieldedTrc20ContractNoteSpent
- ScanShieldedTrc20NotesByIvk
- GetIncomingViewingKey
- GetDiversifier
- GetTriggerInputForShieldedTrc20Contract
- CreateSpendAuthSig
- GetPendingSize
- GetAccountBalance
- GetTransactionListFromPending
- GetBlockBalance
- GetTransactionFromPending
- GetContractInfo
- GetBandwidthPrices
- GetBlock
- GetEnergyPrices
- EstimateEnergy
- GetBurnTRX
- FreezeBalanceV2
- WithdrawExpireUnfreeze
- DelegateResource
- GetCanWithdrawUnfreezeAmount
- GetAvailableUnfreezeCount
- GetDelegatedResourceAccountIndexV2
- GetCanDelegatedMaxSize
- UnfreezeBalanceV2
- UnDelegateResource
- GetDelegatedResourceV2
- GetAssetIssueByName
- CancelAllUnfreezeV2
- GetAssetIssueListByName
- GetApprovedList
Tron - Solidity HTTP API
- GetBlockByLatestNum
- GetNowBlock
- GetAccount
- GetBlockByNum
- GetTransactionById
- ListWitnesses
- GetAssetIssueById
- GetAssetIssueList
- GetBlockById
- GetExchangeById
- ScanShieldedTrc20NotesByIvk
- GetDelegatedResource
- GetPaginatedAssetIssueList
- GetTransactionInfoByBlockNum
- ScanShieldedTrc20NotesByOvk
- GetNodeInfo
- GetBlockByLimitNext
- ListExchanges
- GetTransactionInfoById
- GetTransactionCountByBlockNum
- GetAssetIssueListByName
- IsShieldedTrc20ContractNoteSpent
- GetAvailableUnfreezeCount
- GetCanDelegatedMaxSize
- GetCanWithdrawUnfreezeAmount
- GetDelegatedResourceAccountIndexV2
Tron - JSON-RPC
- buildTransaction
- debug_storageRangeAt - Tron
- debug_traceBlockByHash - Tron
- debug_traceBlockByNumber - Tron
- debug_traceCall - Tron
- debug_traceTransaction - Tron
- eth_blockNumber - Tron
- eth_call - Tron
- eth_chainId - Tron
- eth_estimateGas - Tron
- eth_feeHistory - Tron
- eth_gasPrice - Tron
- eth_getBalance - Tron
- eth_getBlockByHash - Tron
- eth_getBlockByNumber - Tron
- eth_getBlockTransactionCountByHash - Tron
- eth_getBlockTransactionCountByNumber - Tron
- eth_getCode - Tron
- eth_getLogs - Tron
- eth_getProof - Tron
- eth_getStorageAt - Tron
- eth_getTransactionByBlockHashAndIndex - Tron
- eth_getTransactionByBlockNumberAndIndex - Tron
- eth_getTransactionByHash - Tron
- eth_getTransactionCount - Tron
- eth_getTransactionReceipt - Tron
- eth_getUncleCountByBlockHash - Tron
- eth_getUncleCountByBlockNumber - Tron
- eth_maxPriorityFeePerGas - Tron
- eth_sendRawTransaction - Tron
- web3_clientVersion - Tron
Tron - Tatum API
- Generate a TRON wallet
- Generate a TRON address from the wallet's extended public key
- Generate the private key for a TRON address
- Get the current TRON block
- Get a TRON block by its hash or height
- Get the TRON account by its address
- Freeze the balance of a TRON account
- Unfreeze the balance of a TRON account
- Get all transactions for a TRON account
- Get TRC-20 transactions for a TRON account
- Send TRX to a TRON account
- Send TRC-10 tokens to a TRON account
- Send TRC-20 tokens to a TRON account
- Create a TRC-10 token
- Get information about a TRC-10 token
- Create a TRC-20 token
- Get a TRON transaction by its hash
- Broadcast a TRON transaction