opensea_item_chart
Get an NFT's complete OpenSea sale history, including timestamps and prices in token and USD. Analyze price trends from indexed sale records.
Instructions
Get an OpenSea NFT's sale-price history. Returns every indexed sale of one NFT with its timestamp and price, in both the settlement token and USD — the price history behind the chart on an item page. An item that has never sold returns an empty points list. For collection-level sale history use /opensea/collection/{slug}/activity?event_types=SALE.
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 |