v1
latestOpenAPI 3.1.02026-07-1288262495.0 KBList historical rewards
Lists historical rewards on the Primary Network for the supplied addresses.
Path parameters
Either mainnet or testnet/fuji.
Query parameters
A comma separated list of X-Chain or P-Chain wallet addresses, starting with "avax"/"fuji", "P-avax"/"P-fuji" or "X-avax"/"X-fuji". Optional, but at least one of addresses or nodeIds is required.
A page token, received from a previous list call. Provide this to retrieve the subsequent page.
The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
A comma separated list of node ids to filter by. Optional, but at least one of addresses or nodeIds is required.
The order by which to sort results. Use "asc" for ascending order, "desc" for descending order. Sorted by timestamp or the sortBy query parameter, if provided.
ISO 4217 currency code.
The currency that return values should use. Defaults to USD.
Response
Successful response
Example response
{
"historicalRewards": [
{
"addresses": [
"avax1h2ccj9f5ay5acl6tyn9mwmw32p8wref8vl8ctg"
],
"reward": {
"assetId": "th5aLdWLi32yS9ED6uLGoMMubqHjzMsXhKWwzP6yZTYQKYzof",
"name": "Avalanche",
"symbol": "AVAX",
"denomination": 9,
"amount": "5001000"
}
}
]
}