Rewards

Get reward split member

Returns delegator/staker from the reward split for the specified cycle.

get/v1/rewards/split/{baker}/{cycle}/{member}

Path parameters

bakerstring required

Baker address

cycleinteger required

Reward split cycle

memberstring required

Member address

Response

addressstring required

Address of the delegator

delegatedBalanceinteger

Amount delegated to the baker at the snapshot time (micro tez). This amount doesn't include staked amount.

stakedPseudotokensstring nullable

Amount of staked pseudotokens at the snapshot time, representing staker's share within the baker's externalStakedBalance.

stakedBalanceinteger

Estimated amount staked to the baker at the snapshot time (micro tez). It's computed on-the-fly as externalStakedBalance * stakedPseudotokens / issuedPseudotokens.

emptiedboolean

Indicates whether the delegator is emptied (at the moment, not at the snapshot time). Emptied accounts (users with zero balance) should be re-allocated, so if you make payment to the emptied account you will pay allocation fee.

Changes

No recorded changes to this endpoint across all 1 revision of this API.