---
title: "Get profile followers"
method: GET
path: "/api/v2/accounts/{address_or_username}/followers"
tags: ["Account Endpoints"]
---

# Get profile followers

`GET /api/v2/accounts/{address_or_username}/followers`

## Path parameters

- `address_or_username` string, required

## Query parameters

- `limit` integer — Number of items to return per page
- `cursor` string

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error

---

[API](https://skmtc.net/opensea/apis/opensea-api.md) · [All operations](https://skmtc.net/opensea/apis/opensea-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opensea/opensea-api/revisions/acee8835f2ae/schema)
