---
title: "Get items favorited by an account"
method: GET
path: "/api/v2/account/{address}/favorites"
tags: ["Account Endpoints"]
---

# Get items favorited by an account

`GET /api/v2/account/{address}/favorites`

Get a paginated list of items favorited by a wallet address. Requires wallet identity authentication; the requested address must belong to the authenticated account.

## Path parameters

- `address` string, required

## Query parameters

- `after` string
- `limit` integer
- `sort_by` 'CREATED_DATE' | 'PRICE' | 'RARITY' | 'LISTING_CREATED_DATE' | 'LAST_SALE'
- `sort_direction` 'asc' | 'desc'
- `chains` ChainIdentifier[]

## Response `200`

Favorited items

## Other responses

- `400` — For error reasons, review the response data.
- `401` — Invalid or missing API key
- `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)
