Socket
Book a DemoInstallSign in
Socket

nft-price-tracker

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nft-price-tracker

A package to track NFT prices across OpenSea and Magic Eden marketplaces

0.2.0
pipPyPI
Maintainers
1

NFT Price Tracker

A Python tool for tracking NFT prices across different marketplaces (OpenSea and Magic Eden).

Features

  • Track NFT prices across multiple marketplaces simultaneously
  • Compare floor prices between OpenSea and Magic Eden
  • View lowest and highest priced NFTs in collections
  • Generate detailed price comparison reports
  • Support for both Ethereum and Solana NFTs

Installation

pip install nft-price-tracker

Usage

from nft_price_tracker import NFTPriceTracker

# Initialize tracker
tracker = NFTPriceTracker()

# Track a collection
tracker.track_collection(
    opensea_slug="doodles-official",
    magiceden_id="your_collection_id"
)

Or use the command line interface:

nft-tracker

Requirements

  • Python 3.8+
  • OpenSea API Key
  • Magic Eden API Key (optional)

Configuration

Create a .env file in your project root:

OPENSEA_API_KEY=your_opensea_api_key_here
MAGICEDEN_API_KEY=your_magiceden_api_key_here

License

MIT License

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.