tool-coingecko-price
SKILL.md
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.
Weekly Installs
6
Repository
captaindpt/truth-terminalInstalled on
claude-code5
windsurf4
opencode4
codex4
antigravity4
gemini-cli4