List keys in wallet | Algorand Developer Portal
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
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
error
boolean
message
string