TRON Node Connection Guide
CatFee offers stable and high-performance TRON node rental services, supporting gRPC protocol for seamless interaction with the TRON network. This helps developers quickly integrate TRON features to build high-performance DApps or on-chain services.
π Node Information
Node Host:
tron-168.catfee.io
Port:
50051
Protocol: gRPC
Authentication:
Header Name:
X-CATFEE-TOKEN
Header Value:
YOUR_API_KEY
(Please contact support to obtain)
π‘ Both
wallet
andwalletSolidity
gRPC services are available on port 50051.
π Communication Overview
Using the gRPC protocol, you can access common services of the TRON node:
wallet
: For unconfirmed transactions (not yet on-chain)walletSolidity
: For reading confirmed on-chain data
π Multi-language Connection Examples
π Python (Using grpcio
and tronpy
)
grpcio
and tronpy
)π¦ Node.js (Using grpc
and official proto files)
grpc
and official proto files)β Java (Using grpc-java
)
grpc-java
)π¦ Supported API Interfaces
GetAccount
GetTransactionById
CreateTransaction
BroadcastTransaction
TriggerSmartContract
...and more
β οΈ Important Notes
The test environment supports up to 20 requests per second
Always include the
X-CATFEE-TOKEN
header for authenticationgRPC clients must support HTTP/2
When using
walletSolidity
, data is retrieved from the confirmed on-chain state
π οΈ Technical Support
If you encounter any integration issues or need customized support, contact the CatFee tech team:
Choosing a reliable node is critical for building on TRON. CatFee offers highly available, low-latency, authenticated TRON node servicesβyour best choice for blockchain development!
Last updated
Was this helpful?