curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getEpochInfo",
"params": []
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": {
"absoluteSlot": 418263008,
"blockHeight": 396355092,
"epoch": 968,
"slotIndex": 87008,
"slotsInEpoch": 432000,
"transactionCount": 510647961234
}
}Returns absolute slot, block height, epoch number, slot index within epoch, and total slots per epoch.
curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getEpochInfo",
"params": []
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": {
"absoluteSlot": 418263008,
"blockHeight": 396355092,
"epoch": 968,
"slotIndex": 87008,
"slotsInEpoch": 432000,
"transactionCount": 510647961234
}
}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.