Get crypto price
get_crypto_priceRetrieve spot price, 24h change, market cap, and volume for specific cryptocurrencies, using tickers (btc, eth) or CoinGecko IDs, in a currency of your choice.
Instructions
Spot price, 24h change, market cap, and 24h volume for specific cryptocurrencies you name, from CoinGecko. Use this when you know which coins you want; use get_crypto_market instead to rank the market or discover the largest coins. Accepts common tickers ("btc", "eth", "sol") or CoinGecko ids ("bitcoin", "matic-network"); unknown names are reported back rather than failing the whole call, so a typo returns the other coins. Prices are near-real-time but not exchange-official. Stocks and FX are not available here — use get_stock_quote and get_fx_rate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coins | Yes | e.g. ["btc", "eth", "solana"] | |
| vs_currency | No | Quote currency: usd, eur, inr, jpy, btc, … | usd |