Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.allium.so/llms.txt

Use this file to discover all available pages before exploring further.

Table Details

PropertyValue
Table Namecasper.staking.rewards
Table StatusProduction-Ready
Unique Keyblock_timestamp, unique_id

Table Columns

Column NameData TypeDescription
reward_typeVARCHAR(16777216)Type of reward (e.g., validator or delegator).
era_idNUMBER(38,0)Era (epoch) for which the reward was distributed.
addressVARCHAR(16777216)Recipient address of the staking reward.
address_typeVARCHAR(16777216)Type of the recipient address (Account, Contract, or Hash).
validator_public_keyVARCHAR(16777216)Public key of the validator that earned or distributed the reward.
delegator_public_keyVARCHAR(16777216)Public key of the delegator receiving the reward; null for validator rewards.
raw_amountVARCHAR(16777216)Reward amount in motes (no decimal adjustment).
amountFLOATReward amount in CSPR adjusted for decimals.
usd_amountFLOATUSD value of the reward at the time of the event.
block_timestampTIMESTAMP_NTZ(9)Timestamp of the block this event was included in.
block_numberNUMBER(38,0)Height of the block this event was included in.
block_hashVARCHAR(16777216)Hash of the block this event was included in.
unique_idVARCHAR(16777216)Unique identifier for the row, used for deduplication.