Skip to main content
Glama

Moralis MCP Server

Official
by MoralisWeb3

getBondingTokensByExchange

Retrieve all bonding tokens for a specific exchange using the Moralis MCP Server. Input includes exchange name, limit, and cursor for paginated results.

Instructions

Get all tokens that are bonding 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" }

You must be authenticated.

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