Get symbols summary
GetSymbolsSummary¶
Description: Returns summarized trade statistics by symbol. Supports optional groupFilter.
Access Control¶
🛡️ Access Level Required:
SESSION_USER,SESSION_MANAGER,SESSION_ADMIN,SESSION_DEALER
Request Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
groupFilter |
string | No | Group mask filter. Default: * |
Response Parameters¶
| Name | Type | Description |
|---|---|---|
structure |
array | Column names for rows |
rows |
array | Summary rows |
count |
int | Number of returned rows |
Row Fields¶
symboltypeordersbuylotsselllotsbuypricesellpriceprofitcovorderscovbuylotscovselllotscovbuypricecovsellpricecovprofit
Notes¶
The current handler does not validate groupFilter and does not emit dedicated error payloads for this method.