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
sk
— the spending key (private key for the address)ask
— the authentication secret keynsk
— the nullifier secret keyovk
— the outgoing viewing keyak
— the authentication keynk
— the nullifier keyivk
— the incoming viewing keyd
— the diversifierpkD
— the payment address public keypayment_address
— the complete shielded payment address
Use case
Thewallet/getnewshieldedaddress
method is used for:
- Quickly setting up new shielded addresses for privacy-preserving transactions
- Generating complete key sets needed for shielded TRC20 operations
- Simplifying wallet implementations that need full shielded address functionality
- Creating addresses for users who want to participate in private transactions
Body
application/json · object
Response
200 - application/json
Successfully generated new shielded address with full key set
Spending key (private key)
Example:
"0x02a1b2c3d4e5f6789012345678901234567890123456789012345678901234567890"
Authentication secret key
Nullifier secret key
Outgoing viewing key
Authentication key
Nullifier key
Incoming viewing key
Diversifier
Payment address public key
Complete shielded payment address
Example:
"ztron1abcdefghijk123456789..."