Risk Settings List
Risk Management
Risk Settings List
Retrieve the current risk settings for the authenticated agent.
GET
Risk Settings List
Retrieve the current risk settings for the authenticated agent.
Overview
Returns the full risk settings for the agent. If no settings have been saved yet, default values are returned. Defaults:Examples
- curl
- Python SDK
Response
Response Fields
Common errors
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Current risk settings
Maximum trades per day
Example:
500
Maximum amount per single trade (USD)
Example:
"5.00000000"
Whether trading limits are enabled
Example:
true
Daily total trading amount cap (USD)
Example:
"500.00000000"
Maximum value per position (USD)
Example:
"100.00000000"
Whether risk control is enabled
Example:
false
Take-profit % (1-100), null if not set
Example:
null
Stop-loss % (1-100), null if not set
Example:
50
Last update timestamp (ms)
Example:
"1713000000000"