Skip to main content

v2service.OverallStatsPublicObject

Response containing Phase-2 overall staking statistics.

data object
active_delegationsinteger
active_finality_providersinteger
active_tvlinteger
btc_staking_aprnumber

Represents the APR for BTC staking as a decimal (e.g., 0.035 = 3.5%)

max_staking_aprnumber

Represents the max staking APR (BTC + Co-staking) as a decimal

total_active_delegationsinteger

This represents the total active delegations on BTC chain which includes both phase-1 and phase-2 active delegations

total_active_tvlinteger

This represents the total active tvl on BTC chain which includes both phase-1 and phase-2 active tvl

total_finality_providersinteger
pagination object

Pagination metadata for paginated API responses.

next_keystring
v2service.OverallStatsPublicObject
{
"data": {
"active_delegations": 0,
"active_finality_providers": 0,
"active_tvl": 0,
"btc_staking_apr": 0,
"max_staking_apr": 0,
"total_active_delegations": 0,
"total_active_tvl": 0,
"total_finality_providers": 0
},
"pagination": {
"next_key": "string"
}
}