1. simple.price.get
Retrieves the current price of a cryptocurrency in specified currencies.
A TypeScript library providing convenient access to the CoinGecko REST API with full TypeScript support, error handling, retries, and advanced configuration options for server-side applications.
{
"command": "npx",
"args": ["@coingecko/coingecko-typescript"],
"env": {
"COINGECKO_PRO_API_KEY": "your_api_key_here"
}
}