Why this method is not supported
TRON’s JSON-RPC endpoint does not support transaction submission methods because:- TRON uses a different transaction format (Protobuf) than Ethereum (RLP-encoded)
- TRON addresses use Base58 encoding natively, not hex
- Transaction nonces work differently on TRON
Alternative: Use TronWeb.js
To send transactions on TRON, use TronWeb.js with your Chainstack node:/jsonrpc, /wallet, or /walletsolidity postfixes.
See also:
- TRON tooling for complete examples
- broadcasttransaction for the native TRON API