Skip to main content
Glama

Tatum MCP Server

Official

get_wallet_balance_by_time_v4

Retrieve native wallet balances for up to 10 addresses at a specific block number, time, or Unix timestamp on supported blockchains using Tatum MCP Server’s API.

Instructions

[blockchain_data] /v4/data/wallet/balance/time 100 credits per API call Get native balances for a specific wallet addresses by time on the following blockchains: Ethereum - ethereum-mainnet Bitcoin - bitcoin-mainnet Base - base-mainnet Arbitrum - arb-one-mainnet BSC - bsc-mainnet Polygon - polygon-mainnet Optimism - optimism-mainnet Celo - celo-mainnet To get started, provide a chain name, comma-separated list of addresses and specify one of the filters listed below (combination of the filters is not allowed): block number time unix If you pass a block number that is in the future (beyond the current latest block), the system will return the balance for the latest block. If you pass a time or Unix timestamp that is in the future, the system will also return the balance for the latest block. If you pass a time or Unix timestamp in the past (dating back to or earlier than the blockchain's genesis block), the system will return the balance for the first block (genesis block).

Input Schema

NameRequiredDescriptionDefault
addressesYesThe blockchain public wallet addresses. It is possible to enter list of up to 10 addresses as a comma separated string.
blockNumberNoBlock number.
chainYesThe blockchain to work with.
timeNoTime when block is processed.
unixNoUnix timestamp when block is processed.

Input Schema (JSON Schema)

{ "properties": { "addresses": { "description": "The blockchain public wallet addresses.\nIt is possible to enter list of up to 10 addresses as a comma separated string.\n", "type": "string" }, "blockNumber": { "description": "Block number.", "type": "string" }, "chain": { "description": "The blockchain to work with.", "example": "ethereum-mainnet", "type": "string" }, "time": { "description": "Time when block is processed.", "type": "string" }, "unix": { "description": "Unix timestamp when block is processed.", "type": "number" } }, "required": [ "chain", "addresses" ], "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/tatumio/tatum-mcp'

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