nft-tracker
Installation
SKILL.md
NFT Price Tracker
Track NFT collection stats, floor prices, and recent sales using free APIs.
Free APIs (No Key Required)
Reservoir API (Recommended)
Get collection floor price:
curl -s "https://api.reservoir.tools/collections/v6?slug=boredapeyachtclub" | jq '.collections[0] | {name, floorAsk: .floorAsk.price.amount.native, volume24h: .volume["1day"], volumeChange: .volumeChange["1day"]}'