> 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/v1/get/getsociallinks.md).

# getSocialLinks()

### How to use?

```javascript
import { getVESS } from "vess-sdk"

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

### Parameters

did: string

### Return

Promise\<SocialLinks | null>
