API Reference
REST API documentation for the Zentalk Validator Explorer
Base URL
https://explorer.zentalk.chat/apiAuthentication
The Explorer API is publicly accessible and does not require authentication. Rate limiting is applied to prevent abuse.
Rate Limits
| Tier | Requests/min | Requests/day |
|---|---|---|
| Public | 60 | 10,000 |
| Authenticated | 300 | 100,000 |
Endpoints
GET
/api/validatorsList all validators with filtering and pagination
Parameters
| Name | Type | Description |
|---|---|---|
| page | number | Page number (default: 1) |
| pageSize | number | Items per page (default: 20) |
| status | string | Filter by status (online, offline, syncing, unstaking) |
| region | string | Filter by region code |
| search | string | Search by address, name, or location |
GET
/api/validators/{id}Get detailed information about a specific validator
Parameters
| Name | Type | Description |
|---|---|---|
| id | string | Validator ID (path parameter) |
| period | string | Data period: 1h, 24h, 7d, 30d (default: 24h) |
GET
/api/leaderboardGet validator leaderboard rankings
Parameters
| Name | Type | Description |
|---|---|---|
| category | string | Ranking category: messages, uptime, latency, rewards, peers, longevity |
| timeframe | string | Time period: 24h, 7d, 30d, all |
| limit | number | Number of results (default: 50) |
GET
/api/networkGet network-wide statistics and health metrics
GET
/api/liveGet real-time network activity data for live visualization