Skip to main content
Glama

ValueRouter MCP Server

get_user_balance

Retrieve user token balance on a specific blockchain chain by providing chain ID, token contract address, and user address.

Instructions

Get user token balance on a specific chain

Input Schema

NameRequiredDescriptionDefault
chainIdYesChain ID to check balance on
tokenAddressYesToken contract address
userAddressYesUser address to check balance for

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "chainId": { "description": "Chain ID to check balance on", "oneOf": [ { "type": "number" }, { "type": "string" } ] }, "tokenAddress": { "description": "Token contract address", "type": "string" }, "userAddress": { "description": "User address to check balance for", "type": "string" } }, "required": [ "chainId", "tokenAddress", "userAddress" ], "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/RWAValueRouter/MCP'

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