opensea_item_listings
Fetch all active sell orders for any OpenSea NFT, including price, quantity, validity, marketplace, and seller wallet. Returns an empty list when no listings exist instead of an error.
Instructions
List standing listings for an OpenSea NFT. Returns every standing sell order for one NFT, with price, quantity, validity window, marketplace, and the maker's wallet. An item with no active listings returns an empty list rather than a 404.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Chain identifier from /opensea/chains | |
| limit | No | Listings per page, 1-100 | |
| cursor | No | Opaque pagination cursor from a previous next_page_cursor | |
| token_id | Yes | Token id within the contract | |
| sort_direction | No | Sort direction by price | |
| contract_address | Yes | NFT contract address |