Skip to main content

Read Investor configuration

GET /api/v1/investor/{investor_login}/performance-fee
The route returns 404 when the Investor does not exist or has no fee configuration.

Update Investor configuration

POST /api/v1/investor/perf-fee/update
Changing this configuration does not reset the HWM or modify already executed fees.

List payment-account credits

GET /api/v1/perf-fee/transactions
investor_mt5_login can be null for aggregate credits whose unique key does not identify one Investor.

List Investor-level payments

GET /api/v1/perf-fee/master/{master_login}/investor-payments
Only executed items with a fee greater than zero are returned. Deduplicate by id and use the Investor-level detail when distributing fees across a sponsor or IB network.

Previous: Financial operations

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