Skip to main content

getStakewiseStats

Description:

TVL statistics, number of users, rewards earned

Returns:

type Output = {
usersCount: number
totalAssets: string
totalEarnedAssets: string
}
NameDescription
totalAssetsThe OsToken total assets
totalEarnedAssetsThe total assets earned in the network
usersCountThe total number of non repeated vault allocators and osToken holders

Example:

await sdk.utils.getStakewiseStats()