Binance Connector JS
Preparing search index...
@binance/spot
SpotWebsocketAPI
ReferencePriceResponse
Interface ReferencePriceResponse
Export
ReferencePriceResponse
interface
ReferencePriceResponse
{
id
?:
string
;
result
?:
ReferencePriceResponseResult
;
status
?:
number
|
bigint
;
}
Index
Properties
id?
result?
status?
Properties
Optional
id
id
?:
string
Memberof
ReferencePriceResponse
Optional
result
result
?:
ReferencePriceResponseResult
Memberof
ReferencePriceResponse
Optional
status
status
?:
number
|
bigint
Memberof
ReferencePriceResponse
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
result
status
Binance Connector JS
Loading...
Export
ReferencePriceResponse