Authentication is required to access all methods of the API. Enter username and password. Credentials are automatically set as you type.
http://devui.magick.nu/rest
Auth type
none
Auth header
# No auth required
Rate limit
See documentation
Pricing
Enterprise / contact sales
Free quota
None
Documentation
http://devui.magick.nu/rest
Endpoint status
Unreachable — No response — server may be down or blocking automated probes
(checked Mar 29, 2026)
Builder score
D
36%
builder-friendly
No authentication required
# No auth required
Free — open public API, no authentication required.
| Method | Path | Description |
|---|---|---|
| GET | /strategies/strategyId/{strategyId} |
Get Strategy by ID |
| GET | /strategies/templates |
Get all Template Strategies |
| POST | /tradingAccounts |
Add a Trading Account |
| PUT | /tradingAccounts/password/{username}/{brokerserver}/{mt4username} |
Update MT4 Account Password |
| POST | /users |
Create a new Tradeworks User |
| GET | /users/email/{email} |
Check if email is available |
| PUT | /users/password/{username} |
Update user's password |
| GET | /users/username/{username} |
Check if username is available |
curl -X GET 'http://devui.magick.nu/rest/strategies/strategyId/{strategyId}' \
-H '# No auth required'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Tradeworks documentation.