curl -X POST "https://partners-backend-1038109371738.europe-west1.run.app/api/v1/8453/wallets/0x...:claim-rewards" \ -H "X-Partner-API-Key: your-api-key" \ -H "X-Partner-Name: your-partner-name"
{ "rewards": [ { "token": "0x...", "amount": 1000000000000000000, "amount_float": 1.0, "current_price_in_underlying": 50.0 } ] }
Claim accrued rewards for a wallet
giza.agent.claimRewards()
Show child attributes