Skip to main content
Glama

Moralis MCP Server

Official
by MoralisWeb3

solana_getgraduatedtokensbyexchange

Retrieve a list of graduated tokens from a specific Solana network exchange using the Moralis MCP Server. Specify network, exchange, and pagination parameters to fetch data efficiently.

Instructions

Get the list of graduated tokens by given exchange.

Input Schema

NameRequiredDescriptionDefault
cursorNoThe cursor to the next page
exchangeYes
limitNoThe limit per page
networkYesThe network to query

Input Schema (JSON Schema)

{ "properties": { "cursor": { "description": "The cursor to the next page", "type": "string" }, "exchange": { "type": "string" }, "limit": { "default": 100, "description": "The limit per page", "maximum": 100, "minimum": 1, "type": "number" }, "network": { "description": "The network to query", "enum": [ "mainnet", "devnet" ], "type": "string" } }, "required": [ "network", "exchange" ], "type": "object" }

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