Delegated staking rewards
Get delegated staking reward for a user for a given time
get/rewards
Query parameters
userstring required
fromstring required
tostring required
offsetinteger
Set offset to get later pages, should be in increments of 100
Response
Responses for GET /rewards
Example response
{
"events": [
{
"block_height": 63253147,
"amount": 3,
"address": "0xf8d6e0586b0a20c7",
"timestamp": "2023-10-18 19:43:18.631339+00"
}
]
}Changes
Changed in 2 of the 5 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 13 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲