Skip to main content
Glama

VeChain MCP Server

get_balance

Retrieve wallet balances for native VET currency or specific ERC20 tokens on the VeChain blockchain network by providing a wallet address and optional token contract address.

Instructions

Get the balance of the wallet for native currency or a specific ERC20 token.

Input Schema

NameRequiredDescriptionDefault
addressYes
tokenAddressNo

Input Schema (JSON Schema)

{ "properties": { "address": { "pattern": "^0x[a-fA-F0-9]{40}$", "type": "string" }, "tokenAddress": { "pattern": "^0x[a-fA-F0-9]{40}$", "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/leandrogavidia/vechain-mcp-server'

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