📦 CyptoDataVault — 加密数据保险库

v1.0.0

通过统一 API 接口访问多个交易所和协议,提供实时加密货币价格、以太坊链上数据和 DeFi 指标。

0· 0·0 当前·0 累计
0

运行时依赖

无特殊依赖

安装命令

点击复制
官方npx clawhub@latest install cyptodatavault
镜像加速npx clawhub@latest install cyptodatavault --registry https://cn.longxiaskill.com

技能文档

Provides real-time cryptocurrency prices, on-chain Ethereum data, and DeFi metrics via unified API access to multiple exchanges and protocols.

Capabilities

  • Real-time Price Data: Live cryptocurrency prices from major exchanges
  • On-chain Analytics: Ethereum blockchain data and metrics
  • DeFi Metrics: Decentralized finance protocol data
  • Unified API: Single interface for multiple data sources

Usage

// Example: Get BTC price
const price = await cyptodatavault.getPrice('BTC');
console.log(price);

Configuration

ParameterDescription
apiKeyYour API key for authentication
networkNetwork to fetch data from (mainnet/testnet)

Endpoints

  • GET /price/:symbol - Get current price for a symbol
  • GET /defi/metrics - Get DeFi protocol metrics
  • GET /onchain/:address - Get on-chain data for an address

Rate Limits

  • 1000 requests per minute for free tier
  • 10000 requests per minute for pro tier

For more information, visit the official documentation.

数据来源ClawHub ↗ · 中文优化:龙虾技能库