agentek-eth

by NaniDAO
Verified

getCryptoPrice

Retrieve the current USD price of any cryptocurrency using its symbol or CoinGecko ID. Ideal for real-time crypto research and Ethereum automation tasks on the agentek-eth MCP server.

Instructions

Get the current price of a cryptocurrency in USD

Input Schema

NameRequiredDescriptionDefault
symbolYesCryptocurrency symbol (e.g., BTC, ETH, SOL) or CoinGecko ID (e.g., bitcoin, ethereum, solana) for better accuracy and wider asset support

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "symbol": { "description": "Cryptocurrency symbol (e.g., BTC, ETH, SOL) or CoinGecko ID (e.g., bitcoin, ethereum, solana) for better accuracy and wider asset support", "type": "string" } }, "required": [ "symbol" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce