Get Wallet Balance Chart (Zerion) logo

Catalog action Blockchain Data

Retrieve a historical balance chart for any wallet address via Zerion API. Returns time-series data points [timestamp, value] for the specified period (hour to max). Supports filtering by chain and fungible IDs. Ideal for: portfolio performance visualization, historical balance tracking, PnL charting, trend analysis.

At a Glance

FieldValue
Action IDzerion-get-wallet-chart
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagszerion, blockchain, wallet, chart, balance, history, pnl, read

Payload Schema

FieldTypeRequiredDescription
addressstringYesThe wallet address to query the balance chart for.
periodstringYesChart time period. Options: hour, day, week, month, 3months, 6months, year, 5years, max
chainIdsarrayNoFilter by chain identifiers. Max 25.
currencystringNoCurrency to denominate values in. Default: usd

Result Schema

FieldTypeRequiredDescription
addressstringYes-
periodstringYesChart period
beginAtstringYesChart start timestamp (ISO)
endAtstringYesChart end timestamp (ISO)
pointsarrayYesSorted chart data points as [timestamp, value] tuples

Examples

json
{ "type": "zerion-get-wallet-chart", "payload": { "address": "0x0000000000000000000000000000000000000000", "period": "hour" }, "children": []}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I