Get the account rewards for a stake

This method returns the rewards list for the given stake

Security(Ledger_API_Key and Ledger_API_User) or Ledger_API_Key and Ledger_API_User and Ledger_Store_Auth_Token) or Ledger_API_User or Ledger_API_User and Ledger_Store_Auth_Token)
Request
path Parameters
account_id
required
integer

The account's ID

stake_uid
required
string

The stake's UID

query Parameters
end_date
string or null <date>
Default: null

Returns rewards before this date (yyyy-mm-dd).

start_date
string or null <date>
Default: null

Returns rewards after this date (yyyy-mm-dd).

Responses
200

Staking reward objects

404

Account or Stake not found

get/ethereum/accounts/{account_id}/stakes/{stake_uid}/rewards
Response samples
application/json
[
  • {
    }
]
Copyright © Ledger Enterprise Platform 2023. All right reserved.