Skip to main content
Glama

Armor Crypto MCP

Official
by armorwallet

get_top_trending_tokens

Retrieve the top trending tokens within a specified time frame for market cap or volume comparison, using a structured request format.

Instructions

Get the top trending tokens in a particular time frame. Great for comparing market cap or volume. Expects a TopTrendingTokensRequest, returns a list of tokens with their details.

Input Schema

NameRequiredDescriptionDefault
top_trending_tokens_requestsYes

Input Schema (JSON Schema)

{ "$defs": { "TopTrendingTokensRequest": { "properties": { "time_frame": { "default": "24h", "description": "Time frame to get the top trending tokens", "enum": [ "5m", "15m", "30m", "1h", "2h", "3h", "4h", "5h", "6h", "12h", "24h" ], "title": "Time Frame", "type": "string" } }, "title": "TopTrendingTokensRequest", "type": "object" } }, "properties": { "top_trending_tokens_requests": { "$ref": "#/$defs/TopTrendingTokensRequest" } }, "required": [ "top_trending_tokens_requests" ], "title": "get_top_trending_tokensArguments", "type": "object" }

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/armorwallet/armor-crypto-mcp'

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