MantraChain MCP Server

by allthatjazzleo
Verified

get-balance

Retrieve the balance of a specified address on the MantraChain blockchain. Defaults to the current address if none is provided. Requires the network name for accurate querying.

Instructions

Get balance of an address (defaults to your own address if none provided)

Input Schema

NameRequiredDescriptionDefault
addressNoOptional address to get balance for, defaults to current address
networkNameYesName of the network to use - must first check what networks are available through the mantrachain-mcp server by accessing the networks resource `networks://all` before you pass this arguments

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "description": "Optional address to get balance for, defaults to current address", "type": "string" }, "networkName": { "description": "Name of the network to use - must first check what networks are available through the mantrachain-mcp server by accessing the networks resource `networks://all` before you pass this arguments", "type": "string" } }, "required": [ "networkName" ], "type": "object" }

You must be authenticated.

Other Tools from MantraChain MCP Server

Related Tools

ID: p4x6v48lbj