get_prices
Fetch current cryptocurrency prices from Coinbase for any symbols and fiat currency. Uses the public API without requiring authentication.
Instructions
Get current cryptocurrency prices from Coinbase. Uses the public Coinbase API - no authentication required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | No | List of cryptocurrency symbols (e.g., ["BTC", "ETH", "SOL"]) | |
| currency | No | Fiat currency to price against (default: USD) | USD |