Skip to main content
Glama

memecoin-radar-mcp

MIT License

get_trending_tokens_on_raydium

Identify trending tokens on Raydium by retrieving top-volume tokens over specified time frames. Use this tool to monitor active trading activity and make informed decisions based on token performance.

Instructions

Retrieve tokens with the highest trading volume on Raydium within a specified time span.

Args: time_span (str): Time period for the query. Must be one of: '5h', '12h', '24h'. Defaults to '5h'. limit (int): Maximum number of tokens to return. Defaults to 100. Returns: str: A formatted table of trending tokens on Raydium including token name, mint address, and trading volume, or an error message if the query fails. Raises: ValueError: If an invalid time_span value is provided. httpx.HTTPStatusError: If the Dune API request fails.

Input Schema

NameRequiredDescriptionDefault
limitNo
time_spanNo5h

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 100, "title": "Limit", "type": "integer" }, "time_span": { "default": "5h", "title": "Time Span", "type": "string" } }, "title": "get_trending_tokens_on_raydiumArguments", "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/kukapay/memecoin-radar-mcp'

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