返回顶部
c

crypto-portfolio-tracker-api

Track cryptocurrency portfolios with real-time prices, P&L calculations, and allocation analysis. Query Bitcoin, Ethereum, Solana and 10,000+ token holdings.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
671
下载量
0
收藏
概述
安装方式
版本历史

crypto-portfolio-tracker-api

# Crypto Portfolio Tracker API Track cryptocurrency portfolios with real-time prices and P&L calculations. ## Installation ```bash npm install crypto-portfolio-tracker-api ``` ## Usage ```javascript const { PortfolioTracker } = require('crypto-portfolio-tracker-api'); const tracker = new PortfolioTracker(); // Get current price const btc = await tracker.getPrice('BTC'); // Get multiple prices const prices = await tracker.getPrices(['BTC', 'ETH', 'SOL']); // Track portfolio with P&L const portfolio = await tracker.trackPortfolio([ { symbol: 'BTC', amount: 0.5, costBasis: 30000 }, { symbol: 'ETH', amount: 10, costBasis: 2000 } ]); console.log(`Total: $${portfolio.totalValue}`); console.log(`P&L: $${portfolio.totalPnL}`); ``` ## CLI ```bash # Get price npx crypto-portfolio-tracker-api price BTC # Track portfolio from file npx crypto-portfolio-tracker-api track portfolio.json ``` ## API Methods - `getPrice(symbol)` - Get single token price - `getPrices(symbols)` - Get multiple prices - `trackPortfolio(holdings)` - Calculate portfolio value and P&L ## Data Source Powered by [PRISM API](https://prismapi.ai)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 crypto-portfolio-tracker-api-1776419991 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 crypto-portfolio-tracker-api-1776419991 技能

通过命令行安装

skillhub install crypto-portfolio-tracker-api-1776419991

下载 Zip 包

⬇ 下载 crypto-portfolio-tracker-api v1.0.0

文件大小: 7.2 KB | 发布时间: 2026-4-17 18:46

v1.0.0 最新 2026-4-17 18:46
Initial release

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部