---
title: "Best friends"
method: GET
path: "/v2/farcaster/user/best_friends/"
tags: ["User"]
---

# Best friends

`GET /v2/farcaster/user/best_friends/`

Returns the best friends of a user ranked by mutual affinity score based on interactions with each other.

## Query parameters

- `fid` integer, required
- `limit` integer
- `cursor` string

## Response `200`

Success

- BestFriendsResponse
  - `next` NextCursor — Returns next cursor
    - `cursor` string, nullable, required
  - `users` object[], required
    - `fid` integer, required
    - `mutual_affinity_score` number, required
    - `username` string, required

## Other responses

- `400` — Bad Request
- `500` — Server Error

---

[API](https://skmtc.dev/neynar/apis/neynar-api.md) · [All operations](https://skmtc.dev/neynar/apis/neynar-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/neynar/neynar-api/revisions/dbb91bfb0d1a/schema)
