API документация

Base URL: http://localhost:8000/api/v1

Interactive docs: /api/docs (Swagger) · /api/redoc (ReDoc)

Authentication

/api/v1/auth

POST/registerRegister a new user
POST/loginLogin and get JWT token
GET/meGet current user info

Signals

/api/v1/signals

GET/List signals with filters
GET/{id}Get signal details
GET/{id}/ratingGet AI rating breakdown
POST/webhook/tradingviewTradingView webhook
PATCH/{id}/closeClose a signal

Providers

/api/v1/providers

GET/List providers
GET/leaderboardProvider leaderboard
POST/Create provider

Backtesting

/api/v1/backtest

POST/Run backtest on signals

Strategies

/api/v1/strategies

GET/Browse marketplace
GET/{id}Strategy details
POST/Publish strategy
POST/{id}/subscribeSubscribe
DELETE/{id}/subscribeUnsubscribe

Execution

/api/v1/execution

POST/accountsAdd exchange account
GET/accountsList accounts
POST/execute/{signal_id}Execute signal
GET/ordersOrder history

Copy Trading

/api/v1/copy-trading

GET/statusCopy trading status
GET/historyCopy trade history

Referrals

/api/v1/referrals

GET/statsReferral statistics
GET/my-codeGet referral code
GET/treeReferral tree

Premium

/api/v1/premium

GET/statusPremium status
POST/activateActivate promo code

Notifications

/api/v1/notifications

GET/List notifications
GET/unread-countUnread count
PATCH/{id}/readMark as read

Achievements

/api/v1/achievements

GET/profileProfile with XP & achievements

WebSocket

ws://

WS/api/v1/ws/signalsReal-time signal feed