Skip to main content
Glama

Armor Crypto MCP

Official
by armorwallet

get_top_trending_tokens

Fetch top trending cryptocurrency tokens based on selected time frames to compare market cap, volume, or token details for informed trading and analysis.

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