Query Broker Trading Stats

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

NameTypeMandatoryDescription
symStringNTrading pair unique identifier ,
example: BINANCE_PERP_BTC_USDT, OKX_PERP_BTC_USDT
businessTypeStringNbusinessType: SPOT, PERP
beginStringYStart time, up to 90 days ago. Will be converted to 0am of the Date
endStringYEnd time, Will be converted to 0am of the Date

Response

FieldTypeRemark
beginStringDate of StartTime
endStringDate of EndTime
allSpotStringTotal spot trading amount(USDT Volume)
allPerpStringTotal perp trading amount(USDT Volume)
detailsObjectList of trading amount detail
exchangeStringexchange: BINANCE, OKX
businessTypeStringBusinessType
executedAmountStringTrading amount(USDT Volume)
Language