Skip to main content
Glama

Moralis MCP Server

Official
by MoralisWeb3

solana_getmultipletokenprices

Retrieve USD and native token prices for multiple Solana contract addresses on specified networks using the Moralis MCP Server.

Instructions

Gets the token price (usd and native) for a given contract address and network.

Input Schema

NameRequiredDescriptionDefault
networkYesThe network to query
requestBodyYesThe JSON request body.

Input Schema (JSON Schema)

{ "properties": { "network": { "description": "The network to query", "enum": [ "mainnet", "devnet" ], "type": "string" }, "requestBody": { "description": "The JSON request body.", "properties": { "addresses": { "items": { "type": "string" }, "maxItems": 100, "minItems": 1, "type": "array" } }, "required": [ "addresses" ], "type": "object" } }, "required": [ "network", "requestBody" ], "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