curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getInflationReward",
"params": [
[
"GUmCsg9YJpEpyy3oESC4QC9wnyhutPDavihMQyVR3R4n"
]
]
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": [
null
]
}Returns staking rewards for the given vote / stake addresses for the most recent (or specified) epoch.
curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getInflationReward",
"params": [
[
"GUmCsg9YJpEpyy3oESC4QC9wnyhutPDavihMQyVR3R4n"
]
]
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": [
null
]
}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.
2.0 "2.0"
getInflationReward "getInflationReward"
[addresses[], config?] — config {epoch, commitment, minContextSlot}
[
[
"GUmCsg9YJpEpyy3oESC4QC9wnyhutPDavihMQyVR3R4n"
]
]1