Skip to main content
Glama

Moralis MCP Server

Official
by MoralisWeb3

solana_getspl

Retrieve Solana token balances for a specific address using 'solana_getspl'. Specify the network and exclude spam tokens to filter results. Powered by the Moralis MCP Server.

Instructions

Gets token balances owned by the given address

Input Schema

NameRequiredDescriptionDefault
addressYesThe address to query
excludeSpamNoShould exclude spam tokens
networkYesThe network to query

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The address to query", "type": "string" }, "excludeSpam": { "default": false, "description": "Should exclude spam tokens", "type": "boolean" }, "network": { "description": "The network to query", "enum": [ "mainnet", "devnet" ], "type": "string" } }, "required": [ "network", "address" ], "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