Binance Connector JS
Preparing search index...
@binance/spot
SpotRestAPI
TickerBookTickerResponse1
Interface TickerBookTickerResponse1
Export
TickerBookTickerResponse1
interface
TickerBookTickerResponse1
{
askPrice
?:
string
;
askQty
?:
string
;
bidPrice
?:
string
;
bidQty
?:
string
;
symbol
?:
string
;
}
Index
Properties
ask
Price?
ask
Qty?
bid
Price?
bid
Qty?
symbol?
Properties
Optional
ask
Price
askPrice
?:
string
Memberof
TickerBookTickerResponse1
Optional
ask
Qty
askQty
?:
string
Memberof
TickerBookTickerResponse1
Optional
bid
Price
bidPrice
?:
string
Memberof
TickerBookTickerResponse1
Optional
bid
Qty
bidQty
?:
string
Memberof
TickerBookTickerResponse1
Optional
symbol
symbol
?:
string
Memberof
TickerBookTickerResponse1
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
ask
Price
ask
Qty
bid
Price
bid
Qty
symbol
Binance Connector JS
Loading...
Export
TickerBookTickerResponse1