agentek-eth

by NaniDAO
Verified

getAddressCoinBalanceHistory

Track historical cryptocurrency balance changes for a specific blockchain address across supported networks. Use chain IDs like Ethereum (1), Polygon (137), Arbitrum (42161), Optimism (10), and Base (8453) for analysis.

Instructions

Get address coin balance history

Input Schema

NameRequiredDescriptionDefault
addressYes
chainYesChain ID for the blockchain network. Supports: 1, 137, 42161, 10, and 8453

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "type": "string" }, "chain": { "anyOf": [ { "enum": [ "1", "137", "42161", "10", "8453" ], "type": "string" }, { "allOf": [ { "type": "number" }, { "enum": [ "1", "137", "42161", "10", "8453" ], "type": "string" } ] } ], "description": "Chain ID for the blockchain network. Supports: 1, 137, 42161, 10, and 8453" } }, "required": [ "chain", "address" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce