---
title: "Retrieves social graph connections for a given domain"
method: GET
path: "/public/{domain}/connections"
tags: ["Profile data endpoints"]
---

# Retrieves social graph connections for a given domain

`GET /public/{domain}/connections`

Retrieves recommended connections for a given domain, using an on-chain social graph.

## Path parameters

- `domain` string, required

## Response `200`

User connections

- SerializedRecommendation[]
  - `address` string — Wallet address for the recommended account
  - `domain` string — Domain name associated with the recommended account
  - `imagePath` string — URL to the domain profile picture
  - `imageType` string — Defines the type of image represented by the URL - default, onChain, offChain
  - `reasons` SerializedRecommendationReason[]
    - `id` string — ID for the reason
    - `description` string — Description associated with the reason
  - `score` number — Score to represent the recommendation ranking
  - `xmtpEnabled` boolean — Indicates whether the address supports XMTP

## Other responses

- `404` — Domain not found

---

[API](https://skmtc.net/unstoppabledomains/apis/profile-api.md) · [All operations](https://skmtc.net/unstoppabledomains/apis/profile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unstoppabledomains/profile-api/versions/10f8400cb1c1/schema)
