curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getBlockProduction",
"params": []
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": {
"context": {
"slot": 418262996
},
"value": {
"byIdentity": {
"11AMA4mnNbsrPQeuoNN7uiZVJZtqEzQHrTfa5vnbcjk": [
4,
4
]
},
"range": {
"firstSlot": 417960000,
"lastSlot": 418262996
}
}
}
}Returns slots / blocks produced per validator over a slot range.
curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getBlockProduction",
"params": []
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": {
"context": {
"slot": 418262996
},
"value": {
"byIdentity": {
"11AMA4mnNbsrPQeuoNN7uiZVJZtqEzQHrTfa5vnbcjk": [
4,
4
]
},
"range": {
"firstSlot": 417960000,
"lastSlot": 418262996
}
}
}
}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.