opensea_item
Fetch a single OpenSea NFT by chain, contract, and token ID. Get traits, rarity rank, owner, collection, best listing, and best offer.
Instructions
Get a single OpenSea NFT. Returns one NFT addressed by chain, contract address, and token id, including its traits, rarity rank, current owner, parent collection, best standing listing, and best standing offer. Call /opensea/chains for the accepted chain values.
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 |