tool-coingecko-price
11
总安装量
7
周安装量
#27206
全站排名
安装命令
npx skills add https://github.com/captaindpt/truth-terminal --skill tool-coingecko-price
Agent 安装分布
claude-code
6
gemini-cli
5
antigravity
5
codex
5
opencode
5
Skill 文档
coingecko_price (CoinGecko spot)
When to use
- Quick crypto spot check (BTC/ETH/SOL/etc).
- Cheap price context before going deeper (derivatives/order books/etc).
Parameters
query(string, required): Space/comma-separated symbols or CoinGecko ids (max 25 unique).- Built-in symbol mapping includes: BTC/ETH/SOL/DOGE/ADA/BNB/XRP.
- Otherwise, tokens are treated as CoinGecko ids (lowercased).
vsCurrency(string, optional): Quote currency, defaultusd.
Examples
{ "name": "coingecko_price", "params": { "query": "BTC ETH solana", "vsCurrency": "usd" } }
Output
- Returns:
{ ids: string[], vsCurrency: string, data: object }(raw CoinGecko response) - Rendered:
- Table
CoinGecko (usd)with columns: id/price/24h_change_%/updatedAt
- Table
Notes
- This tool does not currently expose CoinGecko market cap/volume endpoints; itâs
simple/priceonly.