Automated daily tracker of NFT floor prices across top collections. Every day at 12:10 UTC a bot fetches live market data, runs AI analysis, and commits a report to this repo.
- Fetches floor price + 24h volume for 10 top collections via Reservoir API
- Sends data to AI for market insight generation
- Saves a markdown report to
reports/YYYY-MM-DD.md - Commits and pushes automatically via GitHub Actions
| Collection | Chain |
|---|---|
| Bored Ape Yacht Club | Ethereum |
| CryptoPunks | Ethereum |
| Azuki | Ethereum |
| Pudgy Penguins | Ethereum |
| Doodles | Ethereum |
| CloneX | Ethereum |
| Moonbirds | Ethereum |
| Otherdeed | Ethereum |
| Art Blocks | Ethereum |
| Nouns | Ethereum |
Browse the reports/ folder for daily snapshots.
- Node.js + GitHub Actions
- Reservoir API for NFT data
- OpenRouter AI for market insights
MIT