Skip to main content
The PAMM engine maintains the relationship between one trading Master and the Investors that follow it. The CRM identifies every MT5 account by login and uses only the documented financial endpoints to change balances or close a subscription.

Core entities

The Master trading account and its payment account must be different accounts. The payment account receives fees; it is not Investor capital and must not trade the strategy.

Identifiers

1

Create the Master

Use POST /api/v1/master/create. The API creates both the trading account and its separate payment account.
2

Create the Investor

Use POST /api/v1/investor/create and store the returned MT5 login securely.
3

Fund the Investor

Credit initial capital through POST /api/v1/investor/deposit.
4

Assign the Investor

Subscribe the Investor to a Master and send the performance fee as a decimal from 0 to 1.
5

Confirm asynchronous effects

Poll subscription and balance endpoints until the expected state is visible.
6

Reconcile every exit

Use the PAMM withdrawal or unassignment endpoints and record the returned MT5 and fee identifiers.

Previous: PAMM API Integration

Return to the portal introduction.

Next: Integration model

Separate the responsibilities of each system.
Last modified on September 7, 2026