Settings API
All endpoints require JWT authentication.
Trading Settings
| Endpoint | Method | Description |
|---|---|---|
/api/settings | GET | Get your current trading settings |
/api/settings | POST | Update trading settings |
/api/settings/reset | POST | Reset settings to defaults |
User Profile
| Endpoint | Method | Description |
|---|---|---|
/api/wallet-auth/me | GET | Get user profile |
/api/wallet-auth/settings | PUT | Update profile settings |
/api/wallet-auth/trading-modes | GET | List available trading modes |