---
title: "Claim a profile username"
method: POST
path: "/api/v2/profile/username"
tags: ["Account Endpoints"]
---

# Claim a profile username

`POST /api/v2/profile/username`

Claim a username for the authenticated wallet.

## Request body

- ClaimAccountUsernameRequest — Request body for claiming a profile username
  - `username` string, required — Username to claim

## Response `200`

Username claimed successfully

- ClaimAccountUsernameResponse — Response for claiming a profile username
  - `success` boolean, required — Whether the username claim succeeded

## Other responses

- `400` — For error reasons, review the response data.
- `401` — Invalid or missing API key
- `403` — Wallet token lacks permission for this request
- `404` — Not Found
- `409` — Resource 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/versions/acee8835f2ae/schema)
