Skip to main content

/wallet/getakfromask REST API Endpoint

Obtain an address key (AK) from an account secret key (ASK).

Updated on
Oct 4, 2023

/wallet/getakfromask REST API Endpoint

Body Parameters

value
string
REQUIRED
The account secret key (ASK)

Returns

success
It indicates the success or failure of the operation
addressKey
The address key generated from the ASK
Request
1
curl https://docs-demo.tron-mainnet.quiknode.pro/wallet/getakfromask \
2
--header 'accept: application/json' \
3
--header 'content-type: application/json' \
4
--data '{
5
"value": "23d11537676610c287ffcd1bc33d650df37fc90d13bb65356fbc9045cfb91705"
6
}
7
'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free