Trading Assistant API Documentation - v0.1.0
Preparing search index...
types/watchlist
CreateWatchlistRequest
Interface CreateWatchlistRequest
interface
CreateWatchlistRequest
{
name
:
string
;
description
?:
string
|
null
;
is_default
?:
boolean
;
color
?:
string
;
}
Index
Properties
name
description?
is_
default?
color?
Properties
name
name
:
string
Optional
description
description
?:
string
|
null
Optional
is_
default
is_default
?:
boolean
Optional
color
color
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
description
is_
default
color
Trading Assistant API Documentation - v0.1.0
Loading...