curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getRecentPerformanceSamples",
"params": [
5
]
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": [
{
"numNonVoteTransactions": 76204,
"numSlots": 146,
"numTransactions": 184915,
"samplePeriodSecs": 60,
"slot": 418262940
}
]
}Returns an array of per-slot performance samples (numTransactions, numSlots, samplePeriodSecs) for capacity monitoring.
curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getRecentPerformanceSamples",
"params": [
5
]
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": [
{
"numNonVoteTransactions": 76204,
"numSlots": 146,
"numTransactions": 184915,
"samplePeriodSecs": 60,
"slot": 418262940
}
]
}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.