Aerodrome Get Claimable Rewards logo

Catalog action Blockchain Data wallet

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. The veNFT-owning wallet must be imported into the organization (wallet address is derived from the connector). Ideal for: reward tracking, automated harvesting triggers, portfolio monitoring, DeFi yield reporting.

At a Glance

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

Payload Schema

FieldTypeRequiredDescription
chainIdnumberYesChain ID. Supported: Base (8453)

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 }, "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