# Retrieves social graph connections for a given domain Retrieves recommended connections for a given domain, using an on-chain social graph. Endpoint: GET /public/{domain}/connections Version: 1.0.0 ## Path parameters: - `domain` (string, required) The domain name to query connections ## Response 200 fields (application/json): - `address` (string) Wallet address for the recommended account Example: 291 - `domain` (string) Domain name associated with the recommended account Example: "matt.crypto" - `imagePath` (string) URL to the domain profile picture Example: "https://ipfs.io/ipfs/path/to/pfp" - `imageType` (string) Defines the type of image represented by the URL - default, onChain, offChain Example: "onChain" - `reasons` (array) - `reasons.id` (string) ID for the reason Example: "poap" - `reasons.description` (string) Description associated with the reason Example: "Holds the same POAP" - `score` (number) Score to represent the recommendation ranking Example: 75 - `xmtpEnabled` (boolean) Indicates whether the address supports XMTP Example: true ## Response 404 fields