Skip to main content
Glama

get_trending_coins

Retrieve trending cryptocurrency data from CoinGecko to monitor market movements and identify popular assets for investment analysis.

Instructions

Get trending coins on CoinGecko

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the 'get_trending_coins' tool, which delegates to the client's getTrending method.
    async get_trending_coins() { return client.getTrending(); },
  • Registration of the 'get_trending_coins' tool including name, description, and input schema.
    { name: "get_trending_coins", description: "Get trending coins on CoinGecko", inputSchema: { type: "object", properties: {} }, },
  • Input schema for the 'get_trending_coins' tool, which requires no parameters.
    inputSchema: { type: "object", properties: {} },
  • Helper method in CoinGeckoClient that fetches trending coins from the CoinGecko API.
    getTrending() { return this.request(`/search/trending`); }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TaylorChen/muti-mcps'

If you have feedback or need assistance with the MCP directory API, please join our Discord server