Assign an Investor
POST /api/v1/investor/assign
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
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
ACTIVE, in_pool=true, and no ended_at are included.
Resolve the active Master
GET /api/v1/info/investor/{investor_login}/master
null.
Previous: Investor endpoints
Return to Investor account contracts.
Next: Financial operations
Open deposit, withdrawal, and balance contracts.