Nado Typescript SDK Documentation
Preparing search index...
Nado Indexer Client
IndexerServerEvent
Interface IndexerServerEvent
Base Events
interface
IndexerServerEvent
{
subaccount
:
string
;
isolated
:
boolean
;
isolated_product_id
:
null
|
number
;
product_id
:
number
;
submission_idx
:
string
;
event_type
:
IndexerEventType
;
pre_balance
:
IndexerServerBalance
;
post_balance
:
IndexerServerBalance
;
product
:
IndexerServerProduct
;
net_interest_unrealized
:
string
;
net_interest_cumulative
:
string
;
net_funding_unrealized
:
string
;
net_funding_cumulative
:
string
;
net_entry_unrealized
:
string
;
net_entry_cumulative
:
string
;
}
Index
Properties
subaccount
isolated
isolated_
product_
id
product_
id
submission_
idx
event_
type
pre_
balance
post_
balance
product
net_
interest_
unrealized
net_
interest_
cumulative
net_
funding_
unrealized
net_
funding_
cumulative
net_
entry_
unrealized
net_
entry_
cumulative
Properties
subaccount
subaccount
:
string
isolated
isolated
:
boolean
isolated_
product_
id
isolated_product_id
:
null
|
number
product_
id
product_id
:
number
submission_
idx
submission_idx
:
string
event_
type
event_type
:
IndexerEventType
pre_
balance
pre_balance
:
IndexerServerBalance
post_
balance
post_balance
:
IndexerServerBalance
product
product
:
IndexerServerProduct
net_
interest_
unrealized
net_interest_unrealized
:
string
net_
interest_
cumulative
net_interest_cumulative
:
string
net_
funding_
unrealized
net_funding_unrealized
:
string
net_
funding_
cumulative
net_funding_cumulative
:
string
net_
entry_
unrealized
net_entry_unrealized
:
string
net_
entry_
cumulative
net_entry_cumulative
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
subaccount
isolated
isolated_
product_
id
product_
id
submission_
idx
event_
type
pre_
balance
post_
balance
product
net_
interest_
unrealized
net_
interest_
cumulative
net_
funding_
unrealized
net_
funding_
cumulative
net_
entry_
unrealized
net_
entry_
cumulative
Documentation
Loading...
Base Events