← 返回
未分类 Key 中文

x402 Bazaar Bridge

Discover, pay, and fetch data from x402-enabled APIs on the Coinbase x402 Bazaar. Supports search, x402 payment signing, caching, and daily budget enforcement.
在 Coinbase x402 交易市场上发现、支付和获取 x402 兼容 API的数据。支持搜索、x402 支付签名、缓存和每日预算强制执行。
cariohca-ux cariohca-ux 来源
未分类 clawhub v1.1.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 182
下载
💾 0
安装
1
版本
#ai-agents#base#bazaar#bitcoin#blockchain#bridge#btcnode#crypto#latest#payments#usdc#x402

概述

x402 Bazaar Bridge

Find and buy data from the Coinbase x402 Bazaar. Pay-per-request in USDC on Base. No API keys, no subscriptions.

Usage

# Search for Bitcoin node APIs
node scripts/bazaar_bridge.js search "bitcoin node fees"

# Fetch live Bitcoin fee estimates from btcnode.uk ($0.01)
node scripts/bazaar_bridge.js fetch https://btcnode.uk/api/fees

# Watch a BTC address ($0.05)
node scripts/bazaar_bridge.js fetch https://btcnode.uk/api/agent/address/1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa

# Mempool whale alert — txes over 10 BTC ($0.02)
node scripts/bazaar_bridge.js fetch "https://btcnode.uk/api/agent/whales?min_btc=10&since_minutes=5"

# Trace coin ancestry — 5 hops deep ($0.10)
node scripts/bazaar_bridge.js fetch https://btcnode.uk/api/agent/taint/bc1q...?depth=3

# Ask the Barbarian about node ops ($0.01)
node scripts/bazaar_bridge.js fetch "https://btcnode.uk/api/agent/conan?q=current%20rank"

# Scrape a webpage with SSD cache ($0.003)
node scripts/bazaar_bridge.js fetch https://btcnode.uk/api/agent/scrape

# Resolve — search + auto-fetch the best match from btcnode.uk
node scripts/bazaar_bridge.js resolve "bitcoin fee rates"

# Check daily budget
node scripts/bazaar_bridge.js budget

Supported APIs

EndpointPriceWhat It Does
------------------------------
btcnode.uk/api/fees$0.01Live Bitcoin fee estimates
btcnode.uk/api/mempool$0.01Mempool congestion data
btcnode.uk/api/info$0.01Bitcoin node info
btcnode.uk/api/tx/:hash$0.02Transaction details
btcnode.uk/api/agent/address/:address$0.05Address surveillance + CoinJoin risk
btcnode.uk/api/agent/whales$0.02Mempool whale alerts (>10 BTC)
btcnode.uk/api/agent/taint/:address$0.10Coin ancestry tracing (5 hops)
btcnode.uk/api/agent/conan$0.01Node ops Q&A (rank, revenue, status)
btcnode.uk/api/agent/scrape$0.003Web content with 1h SSD cache

> All btcnode.uk endpoints pay to 0x6a667a...d643fc on Base mainnet USDC.

Security

Requires WALLET_KEY in .env for signing EIP-3009 USDC permit payments. Never commit .env to git.

  • URL validation: only https://, blocks localhost/private IPs
  • File permissions: logs and cache files are owner-only (0600)
  • Wallet keys never logged or exposed in output

版本历史

共 1 个版本

  • v1.1.0 当前
    2026-06-04 13:52 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 681 📥 329,288
dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 196 📥 67,936
dev-programming

YouTube

byungkyu
使用托管OAuth集成YouTube Data API,支持搜索视频、管理播放列表、获取频道数据及评论互动,适用于用户需要时使用此技能。
★ 142 📥 41,857