Skip to main content

/api/v1/accounts/{idOrAliasOrEvmAddress}/rewards REST API Endpoint

Get past staking reward payouts for an account

Updated on
Aug 23, 2024

/api/v1/accounts/{idOrAliasOrEvmAddress}/rewards REST API Endpoint

Please note that this method is currently available only on the testnet and will be accessible on the mainnet soon.

Path Parameters

idOrAliasOrEvmAddress
string
REQUIRED
The account alias or account id or evm address

Query Parameters

limit
integer
The maximum number of items to return
order
string
The order in which items are listed (asc or desc)
timestamp
array
The consensus timestamp as a Unix timestamp in seconds.nanoseconds format with an optional comparison operator

Returns

rewards
array
An array of objects, each representing a reward associated with the account
account_id
string
The ID of the account receiving the reward
amount
integer
The amount of the reward
timestamp
string
The timestamp when the reward was granted
links
object
An object containing pagination links
next
string
A URL to fetch the next set of result, if available
Request
1
curl --location 'https://docs-demo.hedera-mainnet.quiknode.pro/api/v1/accounts/0.0.13/rewards'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free