Binance Connector JS
Preparing search index...
@binance/alpha
AlphaRestAPI
TokenListResponse
Interface TokenListResponse
Export
TokenListResponse
interface
TokenListResponse
{
code
?:
string
;
data
?:
TokenListResponseDataInner
[]
;
message
?:
string
;
messageDetail
?:
string
;
success
?:
boolean
;
}
Index
Properties
code?
data?
message?
message
Detail?
success?
Properties
Optional
code
code
?:
string
Memberof
TokenListResponse
Optional
data
data
?:
TokenListResponseDataInner
[]
Memberof
TokenListResponse
Optional
message
message
?:
string
Memberof
TokenListResponse
Optional
message
Detail
messageDetail
?:
string
Memberof
TokenListResponse
Optional
success
success
?:
boolean
Memberof
TokenListResponse
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
code
data
message
message
Detail
success
Binance Connector JS
Loading...
Export
TokenListResponse