Skip to main content
Glama

solana_gettokenmetadata

Retrieve token metadata on Solana, including mint details, standard, name, symbol, and Metaplex data, for specified network and contract address using Moralis MCP Server.

Instructions

Get the global token metadata for a given network and contract (mint, standard, name, symbol, metaplex).

Input Schema

NameRequiredDescriptionDefault
addressYesThe address to query
networkYesThe network to query

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The address to query", "type": "string" }, "network": { "description": "The network to query", "enum": [ "mainnet", "devnet" ], "type": "string" } }, "required": [ "network", "address" ], "type": "object" }

Other Tools

Related Tools

Latest Blog Posts

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