Nado Typescript SDK Documentation
Preparing search index...
Nado Engine Client
EngineServerSubaccountInfoResponse
Interface EngineServerSubaccountInfoResponse
interface
EngineServerSubaccountInfoResponse
{
exists
:
boolean
;
subaccount
:
string
;
healths
:
[
initial
:
EngineServerHealthBreakdown
,
maintenance
:
EngineServerHealthBreakdown
,
unweighted
:
EngineServerHealthBreakdown
,
]
;
health_contributions
:
string
[]
[]
;
spot_count
:
number
;
perp_count
:
number
;
spot_balances
:
EngineServerSpotBalance
[]
;
perp_balances
:
EngineServerPerpBalance
[]
;
spot_products
:
EngineServerSpotProduct
[]
;
perp_products
:
EngineServerPerpProduct
[]
;
}
Index
Properties
exists
subaccount
healths
health_
contributions
spot_
count
perp_
count
spot_
balances
perp_
balances
spot_
products
perp_
products
Properties
exists
exists
:
boolean
subaccount
subaccount
:
string
healths
healths
:
[
initial
:
EngineServerHealthBreakdown
,
maintenance
:
EngineServerHealthBreakdown
,
unweighted
:
EngineServerHealthBreakdown
,
]
health_
contributions
health_contributions
:
string
[]
[]
spot_
count
spot_count
:
number
perp_
count
perp_count
:
number
spot_
balances
spot_balances
:
EngineServerSpotBalance
[]
perp_
balances
perp_balances
:
EngineServerPerpBalance
[]
spot_
products
spot_products
:
EngineServerSpotProduct
[]
perp_
products
perp_products
:
EngineServerPerpProduct
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
exists
subaccount
healths
health_
contributions
spot_
count
perp_
count
spot_
balances
perp_
balances
spot_
products
perp_
products
Documentation
Loading...