Binance Connector JS
Preparing search index...
@binance/spot
SpotWebsocketAPI
DepthResponseResult
Interface DepthResponseResult
Export
DepthResponseResult
interface
DepthResponseResult
{
asks
?:
string
[]
[]
;
bids
?:
string
[]
[]
;
lastUpdateId
?:
number
;
}
Index
Properties
asks?
bids?
last
Update
Id?
Properties
Optional
asks
asks
?:
string
[]
[]
Memberof
DepthResponseResult
Optional
bids
bids
?:
string
[]
[]
Memberof
DepthResponseResult
Optional
last
Update
Id
lastUpdateId
?:
number
Memberof
DepthResponseResult
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
asks
bids
last
Update
Id
Binance Connector JS
Loading...
Export
DepthResponseResult