v1
latestOpenAPI 3.0.02026-07-267331140.7 KBRewards
Retrieve Rewards Information
Returns user's OG status, GNO balance of Safe, and calculated base cashback rate. Note that the cashbackRate returned does not include the +1% bonus for OG NFT holders - to get the total cashback rate, add 1% to the cashbackRate if isOg is true.
get/api/v1/rewards
Response
Successfully retrieved rewards information
Example response
{
"isOg": true,
"gnoBalance": 10.5,
"cashbackRate": 2.5
}