Tron RPC
What is Tron?
Tron is a high-throughput, low-cost blockchain platform that uses Delegated Proof of Stake (DPoS) for fast block production and scalability. It offers EVM-compatible JSON-RPC endpoints and native Tron-specific APIs for account management, transactions, and smart contract interactions.
Interacting With Tron APIs
Tron exposes multiple interfaces for programmatic access. You can use:
- Ethereum-compatible JSON-RPC methods for contract and chain interactions
- Tron HTTP APIs under
/wallet
for account and transaction operations - Tron Solidity HTTP APIs under
/walletsolidity
for contract/state queries - gRPC for high-performance access to node services
You can connect by running your own Tron node or by using a hosted provider such as QuickNode, which offers reliable, low-latency access without the need to manage infrastructure.
Make Tron API Calls
The quickest way to start building on Tron is to create a QuickNode endpoint and send your first request. QuickNode provides managed Tron endpoints, offering:
- High reliability — globally distributed infrastructure designed to minimize downtime
- Enhanced performance — optimized latency and request handling for production-grade apps
Visit the QuickStart page to create your endpoint and send your first request.
Supported Networks
QuickNode provides access to Tron Mainnet.
Complete reference for developers building on TRON with QuickNode:
QuickStart
Get started with TRON quickly. Follow our step-by-step quickstart to set up your endpoint and make your first API request.
Provider Endpoints
Learn how to configure and manage your TRON endpoints for optimal performance and reliability.
API Overview
Explore supported APIs, networks, QuickNode products, and enhanced API features for building powerful applications.
Marketplace
Discover and integrate powerful add-ons and tools from the QuickNode Marketplace to enhance your web3 applications.
Endpoint Security
Secure your endpoints with authentication, whitelisting, and best security practices.
Error Codes
Understand common error codes and troubleshooting steps for TRON API requests.