Trading Assistant API Documentation - v0.1.0
Preparing search index...
types/watchlist
Watchlist
Interface Watchlist
Watchlist Type Definitions Matches backend Pydantic models and database schema
interface
Watchlist
{
id
:
string
;
user_id
:
string
;
name
:
string
;
description
:
string
|
null
;
is_default
:
boolean
;
color
:
string
;
sort_order
:
number
;
symbol_count
:
number
;
created_at
:
string
;
updated_at
:
string
;
}
Index
Properties
id
user_
id
name
description
is_
default
color
sort_
order
symbol_
count
created_
at
updated_
at
Properties
id
id
:
string
user_
id
user_id
:
string
name
name
:
string
description
description
:
string
|
null
is_
default
is_default
:
boolean
color
color
:
string
sort_
order
sort_order
:
number
symbol_
count
symbol_count
:
number
created_
at
created_at
:
string
updated_
at
updated_at
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
user_
id
name
description
is_
default
color
sort_
order
symbol_
count
created_
at
updated_
at
Trading Assistant API Documentation - v0.1.0
Loading...
Watchlist Type Definitions Matches backend Pydantic models and database schema