Skip to main content
Glama

Bankless Onchain MCP Server

Official
by Bankless

get_token_balances_on_network

Retrieve token balances for a specific address on a chosen blockchain network using the Bankless Onchain MCP Server. Input the address and network to access detailed token holdings.

Instructions

Gets all token balances for a given address on a specific network

Input Schema

NameRequiredDescriptionDefault
addressYesThe address to check token balances for
networkYesThe blockchain network (e.g., "ethereum", "base")

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "description": "The address to check token balances for", "type": "string" }, "network": { "description": "The blockchain network (e.g., \"ethereum\", \"base\")", "type": "string" } }, "required": [ "network", "address" ], "type": "object" }

You must be authenticated.

Other Tools from Bankless Onchain MCP Server

Related Tools

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/Bankless/onchain-mcp'

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