opensea_item_depth
Retrieve an OpenSea NFT's order book with bid/ask price levels and quantities. See resting listings and offers to assess market depth for ERC-1155 items.
Instructions
Get an OpenSea NFT's order book. Returns the bid/ask ladder for a single NFT: resting listings and offers grouped into price levels with the quantity at each. Useful for ERC-1155 items where many units trade at different prices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Chain identifier from /opensea/chains | |
| token_id | Yes | Token id within the contract | |
| contract_address | Yes | NFT contract address |