Core entities
Identifiers
Recommended sequence
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.