Get baker cycle rewards
Returns a list of baker rewards for every cycle, including future cycles.
Path parameters
Baker address.
Query parameters
Equal filter mode (optional, i.e. param.eq=123 is the same as param=123).
Specify an integer number to get items where the specified field is equal to the specified value.
Example: ?balance=1234.
Not equal filter mode.
Specify an integer number to get items where the specified field is not equal to the specified value.
Example: ?balance.ne=1234.
Greater than filter mode.
Specify an integer number to get items where the specified field is greater than the specified value.
Example: ?balance.gt=1234.
Greater or equal filter mode.
Specify an integer number to get items where the specified field is greater than equal to the specified value.
Example: ?balance.ge=1234.
Less than filter mode.
Specify an integer number to get items where the specified field is less than the specified value.
Example: ?balance.lt=1234.
Less or equal filter mode.
Specify an integer number to get items where the specified field is less than or equal to the specified value.
Example: ?balance.le=1234.
In list (any of) filter mode.
Specify a comma-separated list of integers to get items where the specified field is equal to one of the specified values.
Example: ?level.in=12,14,52,69.
Not in list (none of) filter mode.
Specify a comma-separated list of integers to get items where the specified field is not equal to all the specified values.
Example: ?level.ni=12,14,52,69.
Filter by cycle.
Ascending sort mode (optional, i.e. sort.asc=id is the same as sort=id).
Specify a field name to sort by.
Example: ?sort=balance.
Descending sort mode.
Specify a field name to sort by descending.
Example: ?sort.desc=id.
Sorts items (asc or desc) by the specified field.
You can see what fields can be used for sorting in the response description, below.
Click on the parameter to expand more details.
Elements offset mode (optional, i.e. offset.el=123 is the same as offset=123).
Skips specified number of elements.
Example: ?offset=100.
Page offset mode.
Skips page * limit elements. This is a classic pagination.
Example: ?offset.pg=1.
Cursor offset mode.
Skips all elements with the cursor before (including) the specified value. Cursor is a field used for sorting, e.g. id.
Avoid using this offset mode with non-unique or non-sequential cursors such as amount, balance, etc.
Example: ?offset.cr=45837.
Specifies which or how many items should be skipped.
Click on the parameter to expand more details.
Maximum number of items to return.
Fields selection mode (optional, i.e. select.fields=balance is the same as select=balance).
Specify a comma-separated list of fields to include into response.
Example: ?select=address,balance as b,metadata.name as meta_name will result in [ { "address": "asd", "b": 10, "meta_name": "qwe" } ].
Values selection mode.
Specify a comma-separated list of fields to include their values into response.
Example: ?select.values=address,balance,metadata.name will result in [ [ "asd", 10, "qwe" ] ].
Specify a comma-separated list of fields to include into response or leave it undefined to get default set of fields.
This parameter accepts values of the following format: {field}{path?}{as alias?}, so you can do deep selection
(for example, ?select=balance,token.metadata.symbol as token,...).
Note, if you select just one field, the response will be flatten into a simple array of values.
Click on the parameter to expand the details.
Comma-separated list of ticker symbols to inject historical prices into response
Response
Cycle in which rewards were or will be earned.
[sortable]
Amount delegated from the baker's own balance (micro tez). This amount doesn't include staked amount.
Amount delegated from external delegators and "unstakers" (delegators who left the baker, but still had locked unstaked balance delegated to the baker) (micro tez). This amount doesn't include external staked amount.
Number of delegators (those who were delegated to the baker). This doesn't include "unstakers" (delegators who left the baker, but still had locked unstaked balance delegated to the baker).
Amount staked from the baker's own balance (micro tez).
Amount staked from external stakers (micro tez).
Number of external stakers (those who delegated to the baker and also staked some amount).
Amount of staking pseudotokens issued by/for external stakers.
Baker's baking power
Sum of baking power of all active bakers
Expected value of how many blocks baker should produce based on baker's active stake, selected stake and blocks per cycle.
Number of blocks which baker is allowed to produce in this cycle based on future baking rights.
Estimated value of future block rewards.
Number of successfully baked blocks (both proposed and re-proposed blocks).
Rewards, corresponding to delegated stake, received for baked blocks (both proposed and re-proposed blocks) on baker's liquid balance (it is not frozen and can be spent immediately).
Rewards, corresponding to baker's own stake, received for baked blocks (both proposed and re-proposed blocks) on baker's own staked balance (it is frozen and belongs to the baker).
Rewards, corresponding to baker's edge from external stake, received for baked blocks (both proposed and re-proposed blocks) on baker's own staked balance (it is frozen and belongs to the baker).
Rewards, corresponding to baker's external stake, received for baked blocks (both proposed and re-proposed blocks) on baker's external staked balance (it is frozen and belongs to baker's stakers).
Number of missed opportunities to bake block.
Rewards which were not received due to missing blocks.
Expected value of how many slots baker should validate based on baker's active stake, selected stake and attestation slots per cycle.
Number of slots which baker is allowed to validate in this cycle based on future attestation rights.
Estimated value of future attestation rewards.
Number of successfully attested slots.
Rewards, corresponding to delegated stake, received for attested slots on baker's liquid balance (it is not frozen and can be spent immediately).
Rewards, corresponding to baker's own stake, received for attested slots on baker's own staked balance (it is frozen and belongs to the baker).
Rewards, corresponding to baker's edge from external stake, received for attested slots on baker's own staked balance (it is frozen and belongs to the baker).
Rewards, corresponding to baker's external stake, received for attested slots on baker's external staked balance (it is frozen and belongs to baker's stakers).
Number of not attested (missed) slots.
Rewards which were not received due to missing attestations.
Expected value of how many dal shards baker should attest based on baker's active stake, selected stake and total shards per cycle.
Estimated value of future dal attestation rewards.
Rewards, corresponding to delegated stake, received for attested dal shards on baker's liquid balance (it is not frozen and can be spent immediately).
Rewards, corresponding to baker's own stake, received for attested dal shards on baker's own staked balance (it is frozen and belongs to the baker).
Rewards, corresponding to baker's edge from external stake, received for attested dal shards on baker's own staked balance (it is frozen and belongs to the baker).
Rewards, corresponding to baker's external stake, received for attested dal shards on baker's external staked balance (it is frozen and belongs to baker's stakers).
Rewards which were not received due to denunciation or not enough participation.
Operation fees which were harvested from successfully baked blocks.
Operation fees which were not received due to missing blocks.
Rewards for detecting double baking (accusing someone of producing two different blocks at the same level).
Amount of baker's own staked balance lost due to double baking
Amount of baker's own unstaked balance lost due to double baking
Amount of baker's external staked balance lost due to double baking
Amount of baker's external unstaked balance lost due to double baking
Rewards for detecting double (pre)attestation (accusing someone of validating two different blocks at the same level).
Amount of baker's own staked balance lost due to double (pre)attestation
Amount of baker's own unstaked balance lost due to double (pre)attestation
Amount of baker's external staked balance lost due to double (pre)attestation
Amount of baker's external unstaked balance lost due to double (pre)attestation
Rewards, corresponding to delegated stake, for including vdf revelations, received on baker's liquid balance (it is not frozen and can be spent immediately).
Rewards, corresponding to baker's own stake, for including vdf revelations, received on baker's own staked balance (it is frozen and belongs to the baker).
Rewards, corresponding to baker's edge from external stake, for including vdf revelations, received on baker's own staked balance (it is frozen and belongs to the baker).
Rewards, corresponding to baker's external stake, for including vdf revelations, received on baker's external staked balance (it is frozen and belongs to baker's stakers).
Rewards, corresponding to delegated stake, for including seed nonce revelations, received on baker's liquid balance (it is not frozen and can be spent immediately).
Rewards, corresponding to baker's own stake, for including seed nonce revelations, received on baker's own staked balance (it is frozen and belongs to the baker).
Rewards, corresponding to baker's edge from external stake, for including seed nonce revelations, received on baker's own staked balance (it is frozen and belongs to the baker).
Rewards, corresponding to baker's external stake, for including seed nonce revelations, received on baker's external staked balance (it is frozen and belongs to baker's stakers).
Amount of frozen deposits lost due to missing seed nonce revelation (always zero after Ithaca).
DEPRECATED
DEPRECATED
DEPRECATED
DEPRECATED
DEPRECATED
DEPRECATED
DEPRECATED
DEPRECATED
DEPRECATED
DEPRECATED
DEPRECATED
DEPRECATED
DEPRECATED
DEPRECATED
DEPRECATED
DEPRECATED
DEPRECATED
DEPRECATED
DEPRECATED
DEPRECATED
DEPRECATED
Changes
No recorded changes to this endpoint across all 1 revision of this API.