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
value
— the authentication secret key (ask) in hexadecimal format
Response
value
— the derived authentication key (ak) in hexadecimal format
Use case
Thewallet/getakfromask
method is used for:
- Deriving authentication keys needed for shielded transaction verification
- Converting secret keys to public key components in the shielded protocol
- Supporting cryptographic operations in privacy-preserving transactions
- Enabling wallet implementations of shielded TRC20 functionality
Body
application/json
Authentication secret key (ask) in hexadecimal format
Example:
"0x02a1b2c3d4e5f6789012345678901234567890123456789012345678901234567890"
Response
200 - application/json
Successfully derived authentication key
The derived authentication key (ak) in hexadecimal format
Example:
"0x03b2c3d4e5f6789012345678901234567890123456789012345678901234567890ab"