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