get_price
Retrieve spot price and 24h/7d/30d price change for one or more tokens by CoinGecko ID. Optionally specify the quote currency (default USD).
Instructions
Spot price + 24h / 7d / 30d change for one or more tokens, via CoinGecko. Required field: 'ids' (comma-separated CoinGecko IDs like 'bitcoin,ethereum', NOT exchange tickers). Optional 'vs' quote currency defaults to usd.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | CoinGecko id(s), comma-separated. E.g. 'bitcoin,ethereum'. | |
| vs | No | Quote currency (default usd). | usd |