poloniex-node-api
Preparing search index...
IWSBalance
Interface IWSBalance
interface
IWSBalance
{
channel
:
"balances"
;
data
:
[
{
accountId
:
string
;
accountType
:
IAccountType
;
available
:
string
;
changeTime
:
number
;
currency
:
string
;
eventType
:
IBalanceEventType
;
hold
:
string
;
id
:
number
;
ts
:
number
;
userId
:
number
;
}
,
]
;
}
Index
Properties
channel
data
Properties
channel
channel
:
"balances"
data
data
:
[
{
accountId
:
string
;
accountType
:
IAccountType
;
available
:
string
;
changeTime
:
number
;
currency
:
string
;
eventType
:
IBalanceEventType
;
hold
:
string
;
id
:
number
;
ts
:
number
;
userId
:
number
;
}
,
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channel
data
poloniex-node-api
Loading...