Skip to main content

Assign an Investor

POST /api/v1/investor/assign
The Investor balance must meet the Master’s min_deposit, the Investor cannot have open positions, and the initial mirror can still be queued after the response.

Unassign an Investor

POST /api/v1/subscriptions/unassign
The operation can be blocked by open Master positions. Pending performance fees settle first. If mirrored balance remains, poll until CANCELLED; a second command while PAUSED returns 409.

List subscriptions

GET /api/v1/info/subscriptions

List active Investors for a Master

GET /api/v1/info/master/{master_login}/investors
Only subscriptions with ACTIVE, in_pool=true, and no ended_at are included.

Resolve the active Master

GET /api/v1/info/investor/{investor_login}/master
When there is no active Master, the response fields are null.

Previous: Investor endpoints

Return to Investor account contracts.

Next: Financial operations

Open deposit, withdrawal, and balance contracts.
Last modified on September 7, 2026