Nano Currency MCP Server

by kilkelly

nano_account_info

Retrieve detailed account information for a Nano address, including balance, representative, and frontier block, using the Nano Currency MCP Server.

Instructions

Retrieve detailed information about a specific Nano account/address, including balance (in Nano and raw units), representative, and frontier block.

Input Schema

NameRequiredDescriptionDefault
addressYesNano address/account to get information about

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "description": "Nano address/account to get information about", "type": "string" } }, "required": [ "address" ], "type": "object" }

You must be authenticated.

Other Tools from Nano Currency MCP Server

Related Tools

ID: ohkf10vuuk