π€Claiming Onchain Rewards
1. Get claim checks
import { Fuul } from '@fuul/sdk';
const claimChecks = await Fuul.getClaimableChecks({
user_identifier: '0x1234...',
user_identifier_type: 'evm_address',
});Get claim totals
import { Fuul } from '@fuul/sdk';
const totals = await Fuul.getClaimCheckTotals({
user_identifier: '0x1234...',
user_identifier_type: 'evm_address',
});
// Returns { claimed: [...], unclaimed: [...] } grouped by currency2. Understand the ClaimCheck struct
Enum
Values
3. Read the claim fee
4. Submit the claim transaction
Contract addresses
Contract
Address
Network
Chain ID
Last updated