Responsibility boundaries
The PAMM API accepts integration commands and exposes their resulting state. It does not replace the CRM’s customer ledger or authorization process.
How capital moves
- External capital is credited only to the Investor account.
- On assignment, the engine queues the Investor’s current balance for reflection in the Master.
- Later Investor deposits and withdrawals produce corresponding operating adjustments.
- Eligible gains contribute to the Investor’s performance fee calculation.
- The fee is debited from the Investor and credited to the Master’s payment account.
Existing MT5 accounts
/master/add and /investor/add register accounts that already exist in MT5. This path is intended for coordinated migrations. For new integrations, prefer /master/create and /investor/create so the account roles are provisioned consistently.
Previous: Overview
Review the account model and sequence.
Next: Authentication
Configure secure server-to-server access.