Nest Detect Balance logo

Catalog action Blockchain Data wallet

Read all Nest vault token balances and pUSD balance for a wallet on Plume Network (chain 98866). Uses RPC multicall for efficient batch reading. Returns token balances in both raw (wei) and human-readable formats. Ideal for: portfolio tracking, rebalancing workflows, vault balance monitoring.

At a Glance

FieldValue
Action IDnest-detect-balance
CategoryBlockchain Data
Connectorwallet
Requires gasNo
Funds movementNone declared
Tagsdefi, plume, nest, balance, vault, read, rebalancing

Payload Schema

FieldTypeRequiredDescription
includeZeroBalancesbooleanNoWhether to include tokens with zero balance in the output (default: true).

Result Schema

FieldTypeRequiredDescription
walletAddressstringYesThe wallet address queried.
balancesarrayYesArray of token balances.
totalValuePusdstringYesTotal portfolio value in pUSD (human-readable).
nativeBalancestringNoNative PLUME token balance in human-readable units (for gas estimation).

Examples

json
{ "type": "nest-detect-balance", "payload": { "includeZeroBalances": true }, "children": [], "connector": { "type": "wallet", "id": "conn_wallet" }}

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