Tron
- Shared
- Dedicated
- Limitless
- JSON-RPC (Fullnode)
- REST (Fullnode)
- JSON-RPC (Solidity)
- REST (Solidity)
- +2
- Mainnet
- Testnet
REST (Representational State Transfer) is a web service protocol used to interact with blockchain full nodes through HTTP requests. It enables operations like querying blockchain data, submitting transactions, and interacting with smart contracts using standard methods (GET, POST, PUT, DELETE). REST APIs provide a straightforward way to integrate full node blockchain functionalities into apps.