curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getLeaderSchedule",
"params": [
null
]
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": {
"11AMA4mnNbsrPQeuoNN7uiZVJZtqEzQHrTfa5vnbcjk": [
6996,
6997,
6998,
6999
]
}
}Returns the leader schedule (validator → slots) for the current or specified epoch.
curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getLeaderSchedule",
"params": [
null
]
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": {
"11AMA4mnNbsrPQeuoNN7uiZVJZtqEzQHrTfa5vnbcjk": [
6996,
6997,
6998,
6999
]
}
}Documentation Index
Fetch the complete documentation index at: https://docs.raze.bot/llms.txt
Use this file to discover all available pages before exploring further.