Get you own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
This method takes no parameters.Response
value
— the generated spending key as a hexadecimal string
Use case
Thewallet/getspendingkey
method is essential for:
- Creating new shielded addresses for privacy-preserving transactions
- Setting up wallets that support shielded TRC20 transfers
- Generating the master key from which all other shielded transaction keys are derived
- Enabling users to participate in private transactions on the TRON network
Body
application/json · object
Response
200 - application/json
Successfully generated spending key
The generated spending key in hexadecimal format
Example:
"0x02a1b2c3d4e5f6789012345678901234567890123456789012345678901234567890"