---
title: "Get offers received by an account"
method: GET
path: "/api/v2/account/{address}/offers_received"
tags: ["Account Endpoints"]
---

# Get offers received by an account

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

Get a paginated list of offers received on items owned by a wallet address.

## Path parameters

- `address` string, required

## Query parameters

- `after` string
- `limit` integer
- `collection_slugs` string[]
- `chains` ChainIdentifier[]
- `sort_by` 'START_TIME' | 'TOP_ASSET_OFFER'
- `sort_direction` 'asc' | 'desc'

## Response `200`

Offers received for account

## Other responses

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