Nest Get Vault APYs logo

Catalog action Blockchain Data

Fetch APY data for all Nest vaults from Nest API and App API. Returns enriched vault information including cooldown periods, TVL, and teller addresses. Ideal for: yield comparison, rebalancing decisions, vault analytics, DeFi research.

At a Glance

FieldValue
Action IDnest-get-vault-apys
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagsdefi, plume, nest, apy, yield, vault, read, rebalancing

Payload Schema

FieldTypeRequiredDescription
vaultFilterstringNoFilter vaults by type: "boring" (BoringVault only), "nest" (NestVault only), or "all" (default: "boring").
minTvlnumberNoMinimum TVL in USD to include a vault (default: 100000). Filters out tiny/empty vaults.

Result Schema

FieldTypeRequiredDescription
vaultApysarrayYesAPY and metadata for each vault.
fetchedAtstringYesISO 8601 timestamp when data was fetched.
warningsarrayNoAny warnings encountered during fetching.

Examples

json
{ "type": "nest-get-vault-apys", "payload": { "vaultFilter": "boring", "minTvl": 100000 }, "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