List wallet DIDs
GET {{baseUrl}}/wallet/did?did=nigTMERH3xAx3YQ7GgB3fn&posture=public&verkey=S5aXT8PEMWN9uNNxYid3hvxM5pJGgXfGDe4EnxSSmMas
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
did | string | DID of interest | |
posture | string | Whether DID is current public DID, posted to ledger but current public DID, or local to the wallet | |
verkey | string | Verification key of interest |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"results":[{"did":"did:sov:r33eJZ7aLPYYEk5FUFG3f","posture":"public","verkey":"rkYbrhRYSiAPhdmncJbpKWsATfjouZcM9U75tN1w5Hb"},{"did":"did:sov:HXzEz248X8FcB9Afkkyjs","posture":"public","verkey":"FabLsx7K6fiGu2cxS9ujKVBo5KrxZVVicCcuGvHsDLA"}]}