📄️ GET getnodeinfo
This is a standard Tron Protocol endpoint. Transatron adds a custom JSON object named transatronInfo into the standard getnodeinfo call. This object provides basic information about the Transatron service available on the node.
📄️ POST triggersmartcontract
This is a standard Tron Protocol endpoint. This RPC call is usually used to create smart contract execution transaction via Tron node. When this method called via Transatron, it also provides an estimate of how much would transaction cost for user. Along with standard transaction object returned by the Tron node, Transatron injects transatron object into response with estimation parameters. Please check this object structure here
📄️ POST broadcasttransaction
This is a standard Tron Protocol endpoint. This RPC call is used to broadcast transaction into Tron blockchain. The structure is generally unchanged.
📄️ POST broadcasthex
The behavior and meaning of all parameters returned are identical to the POST /wallet/broadcasttransaction call.