curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getVoteAccounts",
"params": []
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": {
"current": [
{
"activatedStake": 200630566207754,
"commission": 0,
"epochCredits": [
[
964,
1861347754,
1845000000
]
],
"epochVoteAccount": true,
"lastVote": 418263100,
"nodePubkey": "Fy7RCjDdFLG8wLn7TBKbccaKwYX1FetdSoVDREdUHf5o",
"rootSlot": 418263050,
"votePubkey": "9QU2QSxhb24FUX3Tu2FpczXjpK3VYrvRudywSZaM29mF"
}
],
"delinquent": []
}
}Returns current + delinquent vote accounts with stake, commission, and recent vote/credit info.
curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getVoteAccounts",
"params": []
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": {
"current": [
{
"activatedStake": 200630566207754,
"commission": 0,
"epochCredits": [
[
964,
1861347754,
1845000000
]
],
"epochVoteAccount": true,
"lastVote": 418263100,
"nodePubkey": "Fy7RCjDdFLG8wLn7TBKbccaKwYX1FetdSoVDREdUHf5o",
"rootSlot": 418263050,
"votePubkey": "9QU2QSxhb24FUX3Tu2FpczXjpK3VYrvRudywSZaM29mF"
}
],
"delinquent": []
}
}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.