finance__get_crypto_prices
[Finance & Markets] Get cryptocurrency prices and market data from CoinGecko. Returns price, market cap, 24h change, volume.
Args: coins: Comma-separated coin IDs (e.g. "bitcoin,ethereum,solana") or leave empty for top coins max_results: Maximum number of coins to return (default 20)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coins | No | bitcoin,ethereum | |
| max_results | No |