Wallet storage endpoints
Retrieve wallet storage data
Retrieves data associated with a wallet specific storage key. Authentication is required using domain owner signature.
get/user/{account}/wallet/storage/{key}
Path parameters
accountstring required
The account ID to authenticate
Headers
Authorizationstring required
The JWT access token that authorizes the request
Response
Storage key data
Example response
{
"createdDate": "2021-01-01",
"updatedDate": "2021-01-01",
"key": "key1",
"data": "value1"
}