Skip to main content
Glama

VeChain MCP Server

convert_from_base_units

Convert blockchain token amounts from smallest units like wei to human-readable formats for easier reading and transaction verification.

Instructions

Convert a token amount from its smallest unit (e.g., wei) to human-readable units.

Input Schema

NameRequiredDescriptionDefault
amountYes
tokenAddressNo

Input Schema (JSON Schema)

{ "properties": { "amount": { "pattern": "^\\d+$", "type": "string" }, "tokenAddress": { "pattern": "^0x[a-fA-F0-9]{40}$", "type": "string" } }, "required": [ "amount" ], "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