Skip to main content
Glama

Moralis MCP Server

Official
by MoralisWeb3

getNativeBalance

Retrieve the native cryptocurrency balance for a specific wallet address using the Moralis MCP Server’s REST API model. Input includes the wallet address and optional block number for accurate, up-to-date balance checks.

Instructions

Get the native balance for a specific wallet address.

Input Schema

NameRequiredDescriptionDefault
addressNoThe address from which the native balance will be checked
to_blockNoThe block number up to which the balances will be checked.

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The address from which the native balance will be checked", "type": "string" }, "to_block": { "description": "The block number up to which the balances will be checked.", "type": "number" } }, "type": "object" }

You must be authenticated.

Other Tools from Moralis 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/MoralisWeb3/moralis-mcp-server'

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