opensea_item_offers
Get all standing offers for any OpenSea NFT by contract address and token ID. Returns price, quantity, validity, marketplace, and maker wallet for each bid, or an empty list when none exist.
Instructions
List standing offers for an OpenSea NFT. Returns every standing bid on one NFT, with price, quantity, validity window, marketplace, and the maker's wallet. An item with no active offers returns an empty list rather than a 404.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Chain identifier from /opensea/chains | |
| limit | No | Offers per page, 1-100 | |
| cursor | No | Opaque pagination cursor from a previous next_page_cursor | |
| token_id | Yes | Token id within the contract | |
| contract_address | Yes | NFT contract address |