This endpoint provides an overview of total staked amounts and rewards for a given user, aggregated both:
It supports date-range filtering and asset filtering, allowing partners to query historical or specific subsets of staked amounts and rewards.
Keep in mind that since the staked amount is a point-in-time value, it reflects the amount staked as of the end date (or the most recent data if no end date is provided).
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",
- "staked_asset": "123.45678900",
- "staked_fiat": "789.01"
}
], - "meta": {
- "total_rewards_fiat": "789.01",
- "total_staked_fiat": "789.01"
}
}