ChainGraph API Documentation / @badaitech/badai-api / GraphQL / StakingResponse
Type Alias: StakingResponse
StakingResponse =
object
Defined in: client/graphql.ts:2342
Response to the staking query.
Properties
__typename?
optional__typename:"StakingResponse"
Defined in: client/graphql.ts:2343
apy
apy:
Scalars["Float"]["output"]
Defined in: client/graphql.ts:2345
Annual Percentage Yield (APY) is the ratio between early income and money spent in dollar equivalent.
rewardTokenPriceUSD
rewardTokenPriceUSD:
Scalars["Decimal"]["output"]
Defined in: client/graphql.ts:2347
Price of the reward token in USD.
rewardTokensPerSecond
rewardTokensPerSecond:
Scalars["Decimal"]["output"]
Defined in: client/graphql.ts:2349
Amount of reward tokens distributed between all stakers per second in current epoch.
stakingTokenPriceUSD
stakingTokenPriceUSD:
Scalars["Decimal"]["output"]
Defined in: client/graphql.ts:2351
Price of the staking token in USD.
tiers
tiers:
Tier[]
Defined in: client/graphql.ts:2353
List of the available tiers.
uniqueStakersCount
uniqueStakersCount:
Scalars["Int"]["output"]
Defined in: client/graphql.ts:2355
Amount of unique addresses that are currently have a positive stake.