get_crypto_price_by_name
Retrieve current cryptocurrency prices by coin name using real-time data from CoinGecko API. Input a coin name to get its latest market value.
Instructions
Get latest price for a coin by its name
Args: coin_name: str = The name of the coin (e.g. Bitcoin)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin_name | Yes |