Requires User authorization policy
Requires Wallet to be initialized and unlocked
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request POST 'https://walletapi.hypercore.one/api/wallet/accounts'
Responses
application/json {
"list": [
{
"address": "z1qqjnwjjpnue8xmmpanz6csze6tcmtzzdtfsww7",
"index": 0
}
],
"count": 0
}
Modified at 2024-05-14 10:01:56