Readonlymt4All MT4 v2 endpoint functions, pre-wired to this client's context.
Readonlymt5All MT5 v2 endpoint functions, pre-wired to this client's context.
ReadonlyrealtimeCreate an MT4V2SignalRClient for the given trade platform, wired to this
client's shared token provider and base URL. Call start() on the result
to open the WebSocket connection.
Optionalextras: SignalRClientExtrasCreate an MT5V2SignalRClient for the given trade platform, wired to this
client's shared token provider and base URL. Call start() on the result
to open the WebSocket connection.
Optionalextras: SignalRClientExtrasDiscover trade platforms available to the authenticated principal.
Trade platforms are managed in the CPlugin Toolbox (staging: https://pre.toolbox.cplugin.com,
production: https://toolbox.cplugin.com). Use the returned platform id values as the
tradePlatform parameter for all MT4 and MT5 endpoint calls.
Array of trade platforms the authenticated user can access.
Unified entry point for the CPlugin SaaS WebAPI v2 — MT4 and MT5 trading platform management.
Client credentials (ID and secret) and trade platform configuration are managed in the CPlugin Toolbox (staging: https://pre.toolbox.cplugin.com, production: https://toolbox.cplugin.com). Once configured, access all MT4 and MT5 endpoints via the
mt4andmt5namespaces and discover available platforms vialistTradePlatforms(). Token management (OAuth2 client credentials flow) is handled automatically.