← 返回
未分类 中文

Nft Floor Price Monitor

Monitor NFT collection floor prices across platforms, set target alerts, compare multiple collections, track history, and receive Discord DM notifications.
跨平台监控NFT集合底价,设定提醒,比较多个集合,追踪历史,Discord私信通知。
fuzzyb33s
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 303
下载
💾 1
安装
1
版本
#latest

概述

NFT Floor Price Monitor

Monitor NFT collection floor prices and receive Discord DM alerts when floors hit your targets.

Quick Usage

uv run python scripts/floor_monitor.py --collection bored-ape --target 80 --discord
uv run python scripts/floor_monitor.py --collection bayc --target 100 --direction below
uv run python scripts/floor_monitor.py --collection doodles --target 10 --output json
uv run python scripts/floor_monitor.py --collection mutant-ape-punks --compare 3 --output json

Core Features

  1. Live Floor Price — Current floor from multiple sources (Blur, OpenSea)
  2. Price Alerts — Get a Discord DM when floor crosses your target
  3. Multi-Collection Compare — Compare up to 5 collections at once
  4. Direction Triggers — Alert when floor goes above OR below target
  5. JSON Output — For automation pipelines: --output json

Scripts

  • scripts/floor_monitor.py — Main script. Run standalone with uv run python scripts/floor_monitor.py [args]

Arguments

ArgDescription
------------------
--collectionCollection slug (e.g. bored-ape, bayc, doodles) — required
--targetTarget floor price in ETH for alert
--directionabove or below (default: below)
--discordSend Discord DM alert when triggered
--discord-webhookDiscord webhook URL (or set env var DISCORD_WEBHOOK_URL)
--compareCompare N collections at once
--outputtext (default) or json

Collection Slugs

Common collection slugs (slug for URL: opensea.com/collection/{slug}):

CollectionSlug
------------------
Bored Ape Yacht Clubbored-ape-yacht-club
Mutant Ape Yacht Clubmutant-ape-yacht-club
Doodlesdoodles
Azukiazuki
Clone Xclonex
OthersCheck OpenSea or Blur for the correct slug

Alert Logic

  • --direction below (default): Alert when floor drops to or below target
  • --direction above: Alert when floor rises to or above target
  • Automatic alert on 24h change > 10%

Discord DM Setup

  1. Set DISCORD_WEBHOOK_URL env var, or pass --discord-webhook https://...
  2. Use --discord flag to enable DM alerts
  3. The webhook will post an embedded alert message

Technical Notes

  • Uses CoinGecko NFT price data and OpenSea/Blur APIs (no auth required)
  • Rate limiting: respect API limits, add delays between requests
  • Floor prices are in ETH by default

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-08 01:25 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Fuzzy Multi Agent Team

fuzzyb33s
生成并编排多个协调的AI子代理,在单个复杂任务上并行工作。使用场景:(1) 任务对于单一代理太大而无法处理;(2) 需要多角度并行分析或处理;(3) 任务可分解为可并发执行的独立子任务时。
★ 0 📥 444

Fuzzy Cron Scheduler

fuzzyb33s
掌握 OpenClaw 定时任务调度,实现可靠的后台任务、提醒和循环自动化。适用场景:(1) 设置定期检查或心跳,
★ 0 📥 500

Browser Automation

fuzzyb33s
使用 OpenClaw 内置的 Playwright 浏览器控制,实现任意网页浏览器任务的自动化。适用场景包括:① 抓取动态页面,② 填写并提交表单,③ 其他自动化需求。
★ 0 📥 535