Count

Get endorsing rewards count

Returns the total number of endorsing reward operations (synthetic type).

GEThttps://xtz-index.nownodes.io/v1/operations/endorsing_rewards/count
Query parameters
Response
Body
integer (int32)
Request
const response = await fetch('https://xtz-index.nownodes.io/v1/operations/endorsing_rewards/count', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
0