Morpho Get Claimable Rewards logo

Catalog action Blockchain Data

Get claimable rewards for a wallet address from Morpho protocol. Returns all reward programs with claimable amounts, claimed amounts, and reward token details. Supports Ethereum (1), Optimism (10), Polygon (137), Base (8453), Arbitrum (42161). Note: Legacy rewards only, new campaigns use Merkl. Ideal for: reward tracking, claim notifications, portfolio monitoring, yield reporting.

At a Glance

FieldValue
Action IDmorpho-get-claimable-rewards
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagsmorpho, defi, rewards, claim, yield, incentives, read

Payload Schema

FieldTypeRequiredDescription
userAddressstringYesThe wallet address to check rewards for
chainIdnumberYesChain ID. Supported: Ethereum (1), Optimism (10), Polygon (137), Base (8453), Arbitrum (42161)

Result Schema

FieldTypeRequiredDescription
userAddressstringYesThe wallet address queried
rewardsarrayYesArray of claimable rewards
totalRewardsCountnumberYesTotal number of reward programs
hasClaimableRewardsbooleanYesWhether there are any rewards currently claimable

Examples

json
{ "type": "morpho-get-claimable-rewards", "payload": { "userAddress": "0x0000000000000000000000000000000000000000", "chainId": 1 }, "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