Wallet
Unlocking the wallet will decrypt the encrypted wallet file and load it to memory
Requires User authorization policy
Requires Wallet to be initialized
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
The password of the wallet
{
"password": "Secret99$"
}
Request samples
curl --location --request POST 'https://walletapi.hypercore.one/api/wallet/unlock' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "Secret99$"
}'
Modified at 2024-05-14 10:01:56