opensea_profile_items
Retrieve NFTs held by a wallet, including collection, rarity rank, and best standing listing. Use a wallet address, ENS name, or OpenSea username to get paginated results.
Instructions
List the NFTs a wallet holds. Returns a cursor-paginated page of the NFTs held by a wallet, with each item's collection, rarity rank, and best standing listing. Accepts a wallet address, ENS name, or OpenSea username; a non-address identifier costs one extra resolution lookup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Items per page, 1-100 | |
| cursor | No | Opaque pagination cursor from a previous next_page_cursor | |
| identifier | Yes | Wallet address, ENS name, or OpenSea username | |
| sort_direction | No | Sort direction by received date |