curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getakfromask \
--header 'Content-Type: application/json' \
--data '{
"value": "0x02a1b2c3d4e5f6789012345678901234567890123456789012345678901234567890"
}'
{
"value": "0x03b2c3d4e5f6789012345678901234567890123456789012345678901234567890ab"
}
curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getakfromask \
--header 'Content-Type: application/json' \
--data '{
"value": "0x02a1b2c3d4e5f6789012345678901234567890123456789012345678901234567890"
}'
{
"value": "0x03b2c3d4e5f6789012345678901234567890123456789012345678901234567890ab"
}
value
— the authentication secret key (ask) in hexadecimal formatvalue
— the derived authentication key (ak) in hexadecimal formatwallet/getakfromask
method is used for:
Successfully derived authentication key
The response is of type object
.
Was this page helpful?