Read Investor configuration
GET /api/v1/investor/{investor_login}/performance-fee
404 when the Investor does not exist or has no fee configuration.
Update Investor configuration
POST /api/v1/investor/perf-fee/update
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
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.