TronGrid provides an API interface into the TRON Network.

Similar to Infura on the Ethereum platform, Tron Grid provides Tron clients running in the cloud, so you don't have to run one yourself to work with Tron. Tron Grid allows developers to access important tools to develop decentralized applications on the Tron protocol.

Integrating TronGrid

TronGrid Mainnet
To start using TronGrid in TronWeb or TronBox, just point at these URLs for all your API calls.

FullNode HTTP API -
https://api.trongrid.io

SolidityNode HTTP API - 
https://api.trongrid.io

Event Server -
https://api.trongrid.io


FullNode GRPC -
grpc.trongrid.io:50051

SolidityNode GRPC -
grpc.trongrid.io:50052

Shasta Testnet

Additionally, TronGrid offers its own testnet, the "Shasta" network.
Shasta Explorer: https://shasta.tronscan.io

You can get test coins for Shasta Testnet Here.

To start using Shasta in TronWeb or TronBox, just point at these URLs for all your API calls.

FullNode HTTP API -
https://api.shasta.trongrid.io

SolidityNode HTTP API - 
https://api.shasta.trongrid.io

Event Server - 
https://api.shasta.trongrid.io


FullNode GRPC -
grpc.shasta.trongrid.io:50051

SolidityNode GRPC -
grpc.shasta.trongrid.io:50052

TronGrid API

TronGrid provides all full-node HTTP APIs and extended user-friendly APIs of the TRON network. APIs are working on Mainnet and Shasta testnet.

TronGrid API please refer to APIs