Aerodrome Get Claimable Rewards logo

Catalog action Blockchain Data

Get all claimable rewards for a wallet address from Aerodrome Finance on Base. Returns veNFT voting rewards (fees, bribes), rebase rewards, and LP gauge emissions. Ideal for: reward tracking, automated harvesting triggers, portfolio monitoring, DeFi yield reporting.

At a Glance

FieldValue
Action IDaerodrome-get-claimable-rewards
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagsdefi, rewards, claim, fees, base, onchain, read

Payload Schema

FieldTypeRequiredDescription
chainIdnumberYesChain ID. Supported: Base (8453)
walletAddressstringYesWallet address to query claimable rewards for.

Result Schema

FieldTypeRequiredDescription
veNFTsarrayYesArray of veNFTs with their claimable rewards
gaugeEmissionsarrayYesClaimable AERO emissions from staked LP positions

Examples

json
{ "type": "aerodrome-get-claimable-rewards", "payload": { "chainId": 8453, "walletAddress": "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.