Binance Connector JS
Preparing search index...
@binance/spot
SpotWebsocketAPI
MyAllocationsResponse
Interface MyAllocationsResponse
Export
MyAllocationsResponse
interface
MyAllocationsResponse
{
id
?:
string
;
rateLimits
?:
SpotWebsocketAPI
.
RateLimits
;
result
?:
MyAllocationsResponseResultInner
[]
;
status
?:
number
;
}
Index
Properties
id?
rate
Limits?
result?
status?
Properties
Optional
id
id
?:
string
Memberof
MyAllocationsResponse
Optional
rate
Limits
rateLimits
?:
SpotWebsocketAPI
.
RateLimits
Memberof
MyAllocationsResponse
Optional
result
result
?:
MyAllocationsResponseResultInner
[]
Memberof
MyAllocationsResponse
Optional
status
status
?:
number
Memberof
MyAllocationsResponse
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
rate
Limits
result
status
Binance Connector JS
Loading...
Export
MyAllocationsResponse