Watchlist

Your watchlist is empty. Add validators from the explorer to monitor them.

API Reference

REST API documentation for the Zentalk Validator Explorer

Base URL

https://explorer.zentalk.chat/api

Authentication

The Explorer API is publicly accessible and does not require authentication. Rate limiting is applied to prevent abuse.

Rate Limits

TierRequests/minRequests/day
Public6010,000
Authenticated300100,000

Endpoints

GET/api/validators

List all validators with filtering and pagination

Parameters

NameTypeDescription
pagenumberPage number (default: 1)
pageSizenumberItems per page (default: 20)
statusstringFilter by status (online, offline, syncing, unstaking)
regionstringFilter by region code
searchstringSearch by address, name, or location
GET/api/validators/{id}

Get detailed information about a specific validator

Parameters

NameTypeDescription
idstringValidator ID (path parameter)
periodstringData period: 1h, 24h, 7d, 30d (default: 24h)
GET/api/leaderboard

Get validator leaderboard rankings

Parameters

NameTypeDescription
categorystringRanking category: messages, uptime, latency, rewards, peers, longevity
timeframestringTime period: 24h, 7d, 30d, all
limitnumberNumber of results (default: 50)
GET/api/network

Get network-wide statistics and health metrics

GET/api/live

Get real-time network activity data for live visualization