Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.{your-broker}.slate-labs.com/risk/profiles/{customer_id}
{ "customer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "total_trades_30d": 123, "winning_trades_30d": 123, "win_rate_30d": 123, "total_pnl_30d": 123, "profit_factor_30d": 123, "avg_hold_seconds_30d": 123, "median_hold_seconds_30d": 123, "trades_under_60s_30d": 123, "pct_trades_under_60s": 123, "short_hold_win_rate": 123, "trades_around_news_30d": 123, "primary_symbol": "<string>", "symbol_count_30d": 123, "total_trades_lifetime": 123, "total_pnl_lifetime": 123, "win_rate_lifetime": 123, "risk_classification": "<string>", "risk_flags": [ "<string>" ], "classification_changed_at": "2023-11-07T05:31:56Z", "last_computed_at": "2023-11-07T05:31:56Z" }
Return the full risk profile for a single customer.
Successful Response