diff --git a/docs/src/developing/clients/jsonrpc-api.md b/docs/src/developing/clients/jsonrpc-api.md index ed9509ba5f..8a35aa4b49 100644 --- a/docs/src/developing/clients/jsonrpc-api.md +++ b/docs/src/developing/clients/jsonrpc-api.md @@ -1484,10 +1484,10 @@ Returns the inflation reward for a list of addresses for an epoch The result field will be a JSON array with the following fields: -- `epoch: `, epoch -- `effective_slot: `, the slot in which the rewards are effective +- `epoch: `, epoch for which reward occured +- `effectiveSlot: `, the slot in which the rewards are effective - `amount: `, reward amount in lamports -- `post_balance: `, post balance of the account in lamports +- `postBalance: `, post balance of the account in lamports #### Example