This endpoint provides an overview of staking rewards for a given user, aggregated both:
It supports date-range filtering and asset filtering, allowing partners to query historical or specific subsets of rewards.
Success Response
Unauthorized
Forbidden
Not Allowed
Validation Error
Too Many Requests
Internal Error
Maintenance or Service unavailable
{- "data": [
- {
- "asset_id": "1ed76f61-37e9-6ef0-b0c1-529adbc40ff6",
- "rewards_asset": "123.45678900",
- "rewards_fiat": "789.01"
}
], - "meta": {
- "total_rewards_fiat": "789.01"
}
}