---
title: "Retrieve a list of keys that can be used with wallet storage"
method: GET
path: "/user/{account}/wallet/storage/keys"
tags: ["Wallet storage endpoints"]
---

# Retrieve a list of keys that can be used with wallet storage

`GET /user/{account}/wallet/storage/keys`

Retrieve a list of keys that can be used with wallet storage. Authentication with an API key is required.

## Path parameters

- `account` string, required

## Headers

- `Authorization` string, required

## Response `200`

List of keys

- WalletStorageKey[]
  - `key` string — The name of the storage key
  - `schema` string — A serialized Zod schema that represents the required data format. Use https://github.com/StefanTerdell/json-schema-to-zod to recreate the Zod schema on a client.
  - `example` string — An example of the data that can be stored in the storage key
  - `description` string — A description of the storage key

## Other responses

- `400` — Invalid account
- `403` — Account not authorized

---

[API](https://skmtc.net/unstoppabledomains/apis/profile-api.md) · [All operations](https://skmtc.net/unstoppabledomains/apis/profile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unstoppabledomains/profile-api/revisions/10f8400cb1c1/schema)
