nft-tracker

Retrieve NFT collection floor prices, sales history, and volume from the Reservoir API.

4|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/ianalloway/openclaw-skills --skill nft-tracker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nft-tracker
Source: https://github.com/ianalloway/openclaw-skills/tree/main/nft-tracker
Command: npx skills add https://github.com/ianalloway/openclaw-skills --skill nft-tracker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users easily track the current floor prices, sales data, and other key metrics for various NFT collections on the Ethereum blockchain.

Core Features & Use Cases

  • Floor Price Tracking: Get the current lowest listed price for NFT collections like BAYC, MAYC, CryptoPunks, etc.
  • Sales Data: Access recent sales history, including token ID, price, and marketplace.
  • Collection Statistics: View volume (24h, 7d, 30d), owner counts, and supply.
  • Use Case: A user wants to know the current floor price of the Bored Ape Yacht Club NFT collection to decide if it's a good time to buy or sell.

Quick Start

Get the floor price and 24-hour volume for the Bored Ape Yacht Club collection.

Frequently Asked Questions about nft-tracker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track real-time NFT floor prices for Ethereum collections?

You can track NFT floor prices by retrieving real-time collection data from the Reservoir API, which provides the current lowest listed price for Ethereum-based collections like BAYC and CryptoPunks.

What NFT sales data can I retrieve using the Reservoir API?

The Reservoir API allows you to retrieve recent NFT sales history, including specific token IDs, sale prices, and the marketplaces where the transactions occurred.

Do I need curl and jq to query Ethereum NFT collection statistics?

Yes, you need curl and jq installed to use this Skill, as they are required for interacting with the Reservoir API and parsing the returned JSON data for volume and owner counts.

Can I look up sales history for a specific NFT token ID?

Yes, the Skill supports token-level lookups, allowing you to query the Reservoir API for sales history and pricing data of specific NFT tokens within an Ethereum collection.

What volume statistics are available for NFT collections?

You can retrieve comprehensive collection statistics including 24-hour, 7-day, and 30-day trading volumes, alongside total owner counts and overall token supply metrics.