Clanker Get Token Rewards logo

Catalog action Blockchain Data

Resolve reward recipients and fee denominations for a Clanker token on Base. Returns each recipient's address, BPS share, fee preference, and fee token addresses (WETH, clanker token, or both). Ideal for: discovering fee recipients before claiming, reward tracking, fee preference analysis, composable claim workflows.

At a Glance

FieldValue
Action IDclanker-get-token-rewards
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagsclanker, rewards, fees, base, onchain, read

Payload Schema

FieldTypeRequiredDescription
tokenAddressstringYesClanker token contract address to resolve reward recipients for.

Result Schema

FieldTypeRequiredDescription
clankerTokenAddressstringYesChecksummed clanker token address
recipientsarrayYesReward recipients with their fee preferences and token addresses
allFeeTokensarrayYesDeduplicated list of all fee token addresses across all recipients
totalRecipientsnumberYesTotal number of reward recipients
claimsarrayYesFlat list of (feeOwner, feeToken) pairs for easy iteration in workflows. Each recipient × feeToken combination is one entry.
totalClaimsnumberYesTotal number of claim pairs (recipients × fee tokens)

Examples

json
{ "type": "clanker-get-token-rewards", "payload": { "tokenAddress": "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