Skip to content
This new developer portal is under construction. For complete documentation, please refer to the old 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

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

object
wallet_handle_token
string

Responses

200

Response to POST /v1/key/list

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

object
addresses
Array<string>
error
boolean
message
string