Count

Get staking ops count

Returns a total number of staking operations.

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