Skip to main content
Glama

MCP Sui Tools

balance

Retrieve the balance of a specific address across Sui blockchain networks, including mainnet, testnet, devnet, and localnet, by providing the address and network details.

Instructions

Get balance of an address from sui networks

Input Schema

NameRequiredDescriptionDefault
addressYes
networkNomainnet

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "type": "string" }, "network": { "default": "mainnet", "enum": [ "mainnet", "testnet", "devnet", "localnet" ], "type": "string" } }, "required": [ "address" ], "type": "object" }
Install Server

Other Tools from MCP Sui Tools

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/0xdwong/sui-mcp'

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