Get DeFi Positions logo

Catalog action Blockchain Data

Retrieve all DeFi positions for a wallet across major protocols via Sim Dune API (beta). Returns positions by type: Erc4626 vaults, Tokenized lending (Aave aTokens), UniswapV2 LP, and Uniswap V3/V4 NFT positions. Includes token balances, USD values, underlying holdings, and tick-range data for concentrated liquidity. Ideal for: DeFi portfolio tracking, position monitoring, yield reporting, portfolio management dashboards.

At a Glance

FieldValue
Action IDsim-dune-get-defi-positions
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagssim-dune, blockchain, wallet, defi, lending, borrowing, liquidity, staking, farming, aave, compound, uniswap

Payload Schema

FieldTypeRequiredDescription
addressstringYesWallet address to get DeFi positions for
chainIdsarrayNoChain IDs to query (optional, defaults to all supported chains)
filterSpamTokensbooleanNoPost-process results through the B3OS token filter service to remove spam and low-liquidity tokens. Default: true

Result Schema

FieldTypeRequiredDescription
addressstringYesWallet address queried
positionsarrayYesDeFi positions across protocols
totalValueUsdnumberNoTotal value of all positions in USD
warningsarrayNoAny warnings from the provider

Examples

json
{ "type": "sim-dune-get-defi-positions", "payload": { "address": "0x0000000000000000000000000000000000000000" }, "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