get_crypto_price
Retrieve current cryptocurrency price and 24-hour change by specifying the coin slug and optional quote currency.
Instructions
Get the latest price for a cryptocurrency.
Args:
coin_id: CoinGecko coin id (the slug, not the ticker): bitcoin, ethereum,
solana. Note: use bitcoin, not BTC.
vs_currency: Quote currency, e.g. usd, eur, thb.
Returns a quote with the current price and 24h change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin_id | Yes | ||
| vs_currency | No | usd |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||