Get past staking reward payouts for an account
Returns information for all past staking reward payouts for an account.
Path parameters
Account alias or account id or evm address
Query parameters
The maximum number of items to return
The order in which items are listed
The consensus timestamp as a Unix timestamp in seconds.nanoseconds format with an optional comparison operator. See unixtimestamp.com for a simple way to convert a date to the 'seconds' part of the Unix time.
Response
OK
Example response
{
"rewards": [
{
"account_id": "0.0.1000",
"amount": 10,
"timestamp": "1234567890.000000001"
}
]
}Changes
Changed in 1 of the 53 revisions of this API.6
- ▲
the response property
_status/messages/items/databecame nullable for the status400response-property-became-nullable
- ▲
the response property
_status/messages/items/databecame nullable for the status404response-property-became-nullable
- ▲
the response property
_status/messages/items/detailbecame nullable for the status400response-property-became-nullable
- ▲
the response property
_status/messages/items/detailbecame nullable for the status404response-property-became-nullable
- ▲
the response property
links/nextbecame nullable for the status200response-property-became-nullable
- ▲
the response property
rewards/items/account_idbecame nullable for the status200response-property-became-nullable
This revision also has 22 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲