Preparing search index...
The search index is not available
@synapse/client-sdk
@synapse/client-sdk
AgentTradeSuggestion
Interface AgentTradeSuggestion
Market analysis suggestion from an AI agent
interface
AgentTradeSuggestion
{
confidence
?:
number
;
id
:
string
;
metadata
?:
Record
<
string
,
any
>
;
price
?:
number
;
reasoning
?:
string
;
side
:
"buy"
|
"sell"
;
size
:
number
;
symbol
:
string
;
}
Index
Properties
confidence?
id
metadata?
price?
reasoning?
side
size
symbol
Properties
Optional
confidence
confidence
?:
number
id
id
:
string
Optional
metadata
metadata
?:
Record
<
string
,
any
>
Optional
price
price
?:
number
Optional
reasoning
reasoning
?:
string
side
side
:
"buy"
|
"sell"
size
size
:
number
symbol
symbol
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
confidence
id
metadata
price
reasoning
side
size
symbol
@synapse/client-sdk
Loading...
Market analysis suggestion from an AI agent