Get account trading volume
GET /frontoffice/api/v3/commission/{dynamicCommissionGroupId}/account-trading-volume
Summary
Use this method to obtain a cumulative account trading volume used for calculating the commission tier.
Request
Header parameters
accountId required
The trading account identifier.
Path parameters
dynamicCommissionGroupId required
The dynamic commission group identifier.
Use Get market to obtain.
Request example
GET /frontoffice/api/v3/commission/{dynamicCommissionGroupId}/account-trading-volume HTTP/1.1
Host: {host}
Authorization: Bearer JWT
Content-Type: application/json; x-api-version=4.0
Accept: */*
Response
In case of success, an object will be returned containing current trading volume, in RAT, for the account.
Response example β 200: OK
{
"currentTradingVolumeInRAT": "string"
}
