Accessing Tron GRPC
Registration
Register using TransatronBot and get your GRPC URL and API Key. Don't forget to top-up your account.
Transatron GRPC endpoint is https://grpc.transatron.io/. Default port is 443.
Transatron doesn't provide non-SSL encrypted endpoint for GRPC.
Transatron API Key should be provided in a header named TRON-PRO-API-KEY as an ASCII string.
Using Transatron Tron GRPC with Trident framework
Unfortunately Trident doesn't support SSL enabled GRPC endpoints as of today (release 0.11.0 and earlier). But still, it's possible to use Transatron GRPC with a minimum modification of ApiWrapper class. Please check this Trident SSL-enabled fork for details.
Feel free to contact our support team for assistance.
Transatron Tron RPC Notifications
By default, Transatron Tron RPC will send notifications into telegram after every single transaction.
Use TransatronBot => Tron RPC => Settings => Disable Notifications to disable it
Bypass transactions via RPC when out of money
When using Transatron Tron RPC, transaction fees are charged from Internal Transatron Account. By default, Transatron RPC will bounce back transactions when balance is low.
Use TransatronBot => Tron RPC => Settings => Enable Bypass to make Transatron Tron RPC bypass transactions in this case. This will result in transaction burning TRX from sender account.