# Tradeworks **Provider:** Tradeworks **Category:** auth **Base URL:** `http://devui.magick.nu/rest` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** http://devui.magick.nu/rest ## Description Authentication is required to access all methods of the API. Enter username and password. Credentials are automatically set as you type. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `http://devui.magick.nu/rest/strategies/strategyId/{strategyId}` | Get Strategy by ID | | GET | `http://devui.magick.nu/rest/strategies/templates` | Get all Template Strategies | | POST | `http://devui.magick.nu/rest/tradingAccounts` | Add a Trading Account | | PUT | `http://devui.magick.nu/rest/tradingAccounts/password/{username}/{brokerserver}/{mt4username}` | Update MT4 Account Password | | POST | `http://devui.magick.nu/rest/users` | Create a new Tradeworks User | | GET | `http://devui.magick.nu/rest/users/email/{email}` | Check if email is available | | PUT | `http://devui.magick.nu/rest/users/password/{username}` | Update user's password | | GET | `http://devui.magick.nu/rest/users/username/{username}` | Check if username is available | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'http://devui.magick.nu/rest/strategies/strategyId/{strategyId}' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/tradeworks/) — CC BY 4.0*