---
title: "Get profile shelves"
method: GET
path: "/api/v2/profile/shelves"
tags: ["Account Endpoints"]
---

# Get profile shelves

`GET /api/v2/profile/shelves`

Get the shelves for a public wallet address.

## Query parameters

- `address` string, required

## Response `200`

Shelves retrieved successfully

- ProfileShelfResponse[]
  - `id` string, required
  - `account_address` string
  - `title` string, required
  - `description` string
  - `display_order` integer, required
  - `items` ProfileShelfItemIdentifierResponse[], required
    - `chain` string, required
    - `contract_address` string, required
    - `token_id` string, required
  - `icon` string
  - `view` string
  - `single_item_shelf_side` string
  - `shelf_item_metadata` object, required

## Other responses

- `400` — For error reasons, review the response data.
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Resource 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/versions/acee8835f2ae/schema)
