Magick
Connector for the magick API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://devui.magick.nu/rest - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getstrategiesstrategyidstrategyid— GET /strategies/strategyId/{strategyId} — Get Strategy by IDgetstrategiestemplates— GET /strategies/templates — Get all Template Strategiesgetusersemailemail— GET /users/email/{email} — Check if email is availablegetusersusernameusername— GET /users/username/{username} — Check if username is availableposttradingaccounts— POST /tradingAccounts — Add a Trading Accountputtradingaccountspasswordusernamebrokerservermt— PUT /tradingAccounts/password/{username}/{brokerserver}/{mt4username} — Update MT4 Account Password
Inputs
apiKey— your magick API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getstrategiesstrategyidstrategyid
apiKey: <your key>