SummaryBalanceData
Summary-level balance data (without discounted/adjusted fields).
depositsnumber
Total deposits in USD
Example:
10000.5debtnumber
Total debt in USD
Example:
5000.25collateralnumber
Collateral value in USD
Example:
9000collateralAllActivenumber
Collateral if all assets were enabled
Example:
10000.5navnumber
Net asset value (deposits - debt)
Example:
5000.25deposits24hnumber
Deposits 24h ago
Example:
9800debt24hnumber
Debt 24h ago
Example:
4900nav24hnumber
NAV 24h ago
Example:
4900rewards object
Pending rewards by token
property name*any
Pending rewards by token
SummaryBalanceData
{
"deposits": 10000.5,
"debt": 5000.25,
"collateral": 9000,
"collateralAllActive": 10000.5,
"nav": 5000.25,
"deposits24h": 9800,
"debt24h": 4900,
"nav24h": 4900,
"rewards": {}
}