Skip to main content
Glama

Aptos Blockchain MCP

by cuongpo
MIT License

get_apt_balance

Check the native APT token balance of an Aptos account, returning values in both Octas and APT. Input the account address to retrieve the current balance.

Instructions

Get the native APT token balance of an Aptos account. This is used for checking the current balance of APT tokens in an account. Returns the account balance in both Octas and APT.

Input Schema

NameRequiredDescriptionDefault
account_addressYesAptos account address, e.g., 0x1 or 0x742d35Cc6634C0532925a3b8D6Ac0C4db9c8b3

Input Schema (JSON Schema)

{ "properties": { "account_address": { "description": "Aptos account address, e.g., 0x1 or 0x742d35Cc6634C0532925a3b8D6Ac0C4db9c8b3", "type": "string" } }, "required": [ "account_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/cuongpo/aptos-mcp'

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