Retrieve Node rewards by epoch
Retrieve the rewards of a specific Node by epoch. This endpoint allows filtering by cursor and limit for pagination.
GET
/nta/epochs/
{address}
/rewardsPath Parameters
address
Requiredstring
The address of the Node to retrieve.
Query Parameters
cursor
string
Specify the cursor used for pagination. This helps in retrieving the next set of results in a paginated response.
limit
integer
Limit the number of results
Default:
50
A successful response containing the rewards of the specified Node by epoch. Each entry in the data array includes detailed information about the epoch.