I tried to fetch staking reward amount of a delegator account via official rpc node, and i found it not match the amount showed on the cspr.live.
Can anyone give some suggestions or ideas on this?
here is the curl i used:
❯ curl --location 'https://node.mainnet.casper.network/rpc' \
--header 'Content-Type: application/json' \
--data '{
"id": 1,
"jsonrpc": "2.0",
"method": "info_get_reward",
"params": {
"era_identifier": {
"Era": 17956
},
"delegator": "xxxx",
"validator": "xxxx"
}
}'