Skip to main content
Glama

Moralis MCP Server

Official
by MoralisWeb3

getGraduatedTokensByExchange

Retrieve all tokens that have graduated on a specific exchange, enabling easy access to filtered blockchain data. Specify exchange name, limit, and pagination cursor for precise results.

Instructions

Get all tokens that have graduated on a specific exchange.

Input Schema

NameRequiredDescriptionDefault
cursorNoThe cursor to use for pagination
exchangeNameNoThe name of the exchange
limitNoThe maximum number of items to return

Input Schema (JSON Schema)

{ "properties": { "cursor": { "description": "The cursor to use for pagination", "type": "string" }, "exchangeName": { "description": "The name of the exchange", "type": "string" }, "limit": { "description": "The maximum number of items to return", "type": "integer" } }, "type": "object" }
Install Server

Other Tools from Moralis MCP Server

Related Tools

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/MoralisWeb3/moralis-mcp-server'

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