This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).
coingecko_price
InactiveTool of dime-experiment-tools
declared in 0.1.0
Fetch USD price for one or more tokens from CoinGecko's free public API. Pass CoinGecko token IDs (e.g., 'bitcoin', 'ethereum', 'solana', 'mysterium'). Comma-separated.
Parameters schema
{
"type": "object",
"required": [
"ids"
],
"properties": {
"ids": {
"type": "string",
"description": "Comma-separated CoinGecko IDs (e.g., 'bitcoin,solana,mysterium')"
}
}
}Parent server
dime-experiment-tools
1/7 registries