Aerodrome Get Claimable Rewards
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.
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
| Field | Value |
|---|---|
| Action ID | aerodrome-get-claimable-rewards |
| Category | Blockchain Data |
| Connector | wallet |
| Requires gas | No |
| Funds movement | None declared |
| Tags | defi, rewards, claim, fees, base, onchain, read |
Payload Schema
| Field | Type | Required | Description |
|---|---|---|---|
chainId | number | Yes | Chain ID. Supported: Base (8453) |
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
veNFTs | array | Yes | Array of veNFTs with their claimable rewards |
gaugeEmissions | array | Yes | Claimable AERO emissions from staked LP positions |
Examples
json{ "type": "aerodrome-get-claimable-rewards", "payload": { "chainId": 8453 }, "children": [], "connector": { "type": "wallet", "id": "conn_wallet" }}
bashcurl -X POST "https://api.b3os.org/v1/actions/aerodrome-get-claimable-rewards/test" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "inputs": { "chainId": 8453 }}'
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.
