get https://api.connex.trade/api/v1/trading/user/tradingStats
for Primary key to retrieve overall trading volumes of the Broker user
Permission
- Primary API Key:
READ
, retrieve overall trading volumes of the Broker user ** - Sub-Portfolio API Key: Not Supported
Rate Limit
- 20 requests per 1 seconds
Request
Name | Type | Mandatory | Description |
---|---|---|---|
sym | String | N | Trading pair unique identifier , example: BINANCE_PERP_BTC_USDT, OKX_PERP_BTC_USDT |
businessType | String | N | businessType: SPOT, PERP |
begin | String | Y | Start time, up to 90 days ago. Will be converted to 0am of the Date |
end | String | Y | End time, Will be converted to 0am of the Date |
Response
Field | Type | Remark |
---|---|---|
begin | String | Date of StartTime |
end | String | Date of EndTime |
allSpot | String | Total spot trading amount(USDT Volume) |
allPerp | String | Total perp trading amount(USDT Volume) |
details | Object | List of trading amount detail |
exchange | String | exchange: BINANCE, OKX |
businessType | String | BusinessType |
executedAmount | String | Trading amount(USDT Volume) |