# List keys in wallet

POST

/v1/key/list

Lists all of the public keys in this wallet. All of them have a stored private key.

## Authorizations

- **[api\_key](https://dev.algorand.co/reference/rest-api/kmd/#api_key)**

## Request Body

The list of MIME types the operation can consume: application/json

APIV1POSTKeyListRequest is the request for `POST /v1/key/list`

object

**wallet\_handle\_token**  
string

## Responses

### 200

Response to `POST /v1/key/list`

The list of MIME types the operation can produce: application/json

APIV1POSTKeyListResponse is the response to `POST /v1/key/list`
friendly: ListKeysResponse

object

**addresses**  
Array<string>

**error**  
boolean

**message**  
string
