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

# Get an OpenSea account profile

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

Get an OpenSea Account Profile including details such as bio, social media usernames, and profile image.

## Path parameters

- `address_or_username` string, required

## Response `200`

OK

## Other responses

- `400` — For error reasons, review the response data.
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Resource not found
- `409` — Conflict
- `500` — Internal server error. Please open a support ticket so OpenSea can investigate.

---

[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/versions/acee8835f2ae/schema)
