Skip to main content
Glama

Grove's MCP Server for Pocket Network

get_sui_balance

Retrieve SUI token balance for any Sui blockchain address on mainnet or testnet networks using Grove's blockchain data service.

Instructions

Get SUI balance for an address

Input Schema

NameRequiredDescriptionDefault
addressYesSui address
networkNoNetwork type (defaults to mainnet)

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Sui address", "type": "string" }, "network": { "description": "Network type (defaults to mainnet)", "enum": [ "mainnet", "testnet" ], "type": "string" } }, "required": [ "address" ], "type": "object" }

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/buildwithgrove/mcp-pocket'

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