Binance Connector JS
Preparing search index...
@binance/mining
MiningRestAPI
AccountListResponse
Interface AccountListResponse
Export
AccountListResponse
interface
AccountListResponse
{
code
?:
number
;
data
?:
AccountListResponseDataInner
[]
;
msg
?:
string
;
}
Index
Properties
code?
data?
msg?
Properties
Optional
code
code
?:
number
Memberof
AccountListResponse
Optional
data
data
?:
AccountListResponseDataInner
[]
Memberof
AccountListResponse
Optional
msg
msg
?:
string
Memberof
AccountListResponse
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
code
data
msg
Binance Connector JS
Loading...
Export
AccountListResponse