get_crypto_price
Retrieve current cryptocurrency prices and market data using coin IDs and currency comparisons to inform trading decisions and portfolio tracking.
Instructions
Get the current price and market data for a cryptocurrency.
Args: coin_id: The cryptocurrency ID (e.g., 'bitcoin', 'ethereum', 'dogecoin') vs_currency: The currency to compare against (default: 'usd')
Returns: Formatted string with current price and market data
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin_id | Yes | ||
| vs_currency | No | usd |