Solana RPC Cluster API

Cluster and validator-oriented JSON-RPC methods for the Solana network. Includes getClusterNodes for the list of nodes in the cluster, getEpochInfo and getEpochSchedule for epoch data, getGenesisHash, getHealth for node health status, getHighestSnapshotSlot, getIdentity for node public key, getLeaderSchedule, getMaxRetransmitSlot, getMaxShredInsertSlot, getSlot, getSlotLeader, getSlotLeaders, getVersion, and getVoteAccounts for current voting account details.

API entry from apis.yml

apis.yml Raw ↑
aid: solana:solana-rpc-cluster-api
name: Solana RPC Cluster API
tags:
- Cluster
- Validators
- Epoch
- Network
- Blockchain
humanURL: https://solana.com/docs/rpc/http/getclusterNodes
baseURL: https://api.mainnet.solana.com
properties:
- url: https://solana.com/docs/rpc/http
  type: Documentation
- url: https://solana.com/docs/rpc/http/getclusterNodes
  type: APIReference
description: Cluster and validator-oriented JSON-RPC methods for the Solana network. Includes getClusterNodes
  for the list of nodes in the cluster, getEpochInfo and getEpochSchedule for epoch data, getGenesisHash,
  getHealth for node health status, getHighestSnapshotSlot, getIdentity for node public key, getLeaderSchedule,
  getMaxRetransmitSlot, getMaxShredInsertSlot, getSlot, getSlotLeader, getSlotLeaders, getVersion, and
  getVoteAccounts for current voting account details.