nft_floor_history
Historical NFT FLOOR over the last N days from CoinGecko, for one collection or a COMPARISON of two. One collection: the floor path, high/low, net change, and what the floor was N days ago (answers 'what was X's floor N hours/days ago', 'how has X's floor moved'). With compare_to set, it also reports how much of the window one collection's floor sat ABOVE the other's (answers 'how much time has X floored above Y'). Give collection NAMES. Historical floor is a paid data source, so it can be unavailable; if it errors, say so plainly and point to CoinGecko/NFTGo/Reservoir.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | how many days back (1-365, default 30) | |
| query | Yes | the collection name, e.g. 'stonkbrokers' | |
| compare_to | No | optional second collection to compare floors against, e.g. 'bored ape yacht club' |