Counter

Get counter

Returns account counter

GEThttps://xtz-index.nownodes.io/v1/accounts/{address}/counter
Path parameters
address*string

Account address (starting with tz or KT)

Response
Body
integer (int32)
Request
const response = await fetch('https://xtz-index.nownodes.io/v1/accounts/{address}/counter', {
    method: 'GET',
    headers: {},
});
const data = await response.json();