Skip to main content

/wallet/getexpandedspendingkey REST API Endpoint

Retrieve an expanded spending key.

Updated on
Oct 4, 2023

/wallet/getexpandedspendingkey REST API Endpoint

Body Parameters

value
string
REQUIRED
The spending key encoded in hex

Returns

success
It indicates the success or failure of the operation
expandedSpendingKey
The retrieved expanded spending key
error
It provides additional information about the specific error encountered during the operation
statusCode
It represents the HTTP status code associated with the response
Request
1
curl https://docs-demo.tron-mainnet.quiknode.pro/wallet/getexpandedspendingkey \
2
--header 'accept: application/json' \
3
--header 'content-type: application/json' \
4
--data '{
5
"value": "09124de6a534661ef1cfad0335832445a3b83c08e885881a68a52cf4dc735e68"
6
}
7
'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free