Skip to main content
Glama

Pump.fun MCP Server

by noahgsolomon

get-account-balance

Retrieve SOL and token balances for a specific account on the Pump.fun platform. Input the account name and optional token address to check balances.

Instructions

Get the SOL and token balances for an account

Input Schema

NameRequiredDescriptionDefault
accountNameNoName of the account to checkdefault
tokenAddressNoOptional token address to check balance for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "accountName": { "default": "default", "description": "Name of the account to check", "type": "string" }, "tokenAddress": { "description": "Optional token address to check balance for", "type": "string" } }, "type": "object" }
Install Server

Other Tools from Pump.fun 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/noahgsolomon/pumpfun-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server