> For the complete documentation index, see [llms.txt](https://doc.vess.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.vess.id/vess-sdk/api-documentation/v2/get/getallvcsbyholder-did-string.md).

# getAllVCsByHolder(did:string)

### How to use?

```typescript
import { getVESSKit } from 'vess-kit-web' // `vess-kit-node' when backend

const did = "did:pkh:eip155:1:0x......."
const vess = getVESSKit()
const vcs = await vess.getAllVCsByHolder(did)
```

### Parameters

did: string

### Return

Promise\<VsVerifiableCredential\[]>
