Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aitradingbotspro/cryto-trading-ai-assistant
/ endpoints
Endpoints
11 in github.com/aitradingbotspro/cryto-trading-ai-assistant
⨍
Functions
93
◇
Types & classes
26
↳
Endpoints
11
Route
api_get_account
app.get("/account/{exchange}")
app/main.py:None
Route
api_get_positions
app.get("/positions/{exchange}")
app/main.py:None
Route
api_get_settings
app.get("/api/settings")
app/main.py:None
Route
api_list_alerts
app.get("/api/alerts")
app/main.py:None
Route
api_list_trades
app.get("/api/trades")
app/main.py:None
Route
api_market_scan
app.post("/guardian/market-scan")
app/main.py:None
Route
api_on_trade_opened
app.post("/guardian/on-trade-opened", response_model=List[Dict[str, Any]])
app/main.py:None
Route
api_put_settings
app.put("/api/settings")
app/main.py:None
Route
api_trade_feedback
app.post("/guardian/trade-feedback", response_model=TradeFeedback)
app/main.py:None
Route
health
app.get("/health")
app/main.py:None
Route
webhook_trade
app.post("/webhook/trade")
app/main.py:None