MngGetCopyRewardAccrualsByFilter¶
Returns Copy Trading reward accruals using the standard table filter format.
Profit-share-per-trade accruals are created by CopyTradeManager when a copied
follower trade closes with positive profit. Settlement is executed as follower
balance-out plus master payout balance-in with TR_REASON_COPY_REWARD.
Access¶
SESSION_MANAGER, SESSION_ADMIN, SESSION_DEALER, SESSION_CRM_MANAGER, SESSION_CRM_ADMIN.
Request Parameters¶
Uses the standard table filter payload: limit, offset, optional where,
whereNot, whereIn, whereNotIn, whereBetween, whereNotBetween,
orderBy.
Response Structure¶
id, subscription_id, master_login, follower_login,
payout_account_login, reward_type, source_order, charge_order,
payout_order, period_from, period_to, base_amount, fee_amount,
currency, state, failure_reason, created_time, updated_time.