get_crypto_market_info
Get current exchange rates for one or more cryptocurrencies. Provide crypto symbols and an optional fiat currency to receive market data.
Instructions
Get market information for one or more cryptocurrencies using Alpha Vantage.
Parameters:
- crypto_ids: Comma-separated list of cryptocurrency symbols (e.g., 'BTC,ETH')
- currency: The fiat currency to compare against (default: 'USD')
Returns:
- Current exchange rates for each cryptocurrency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| currency | No | USD | |
| crypto_ids | Yes |