API Reference

Query User TradingStats

Rate Limit: 20 requests per 1 seconds

Query Statement

Request

NameTypeMandatoryDescription
exchangeStringNexchange: BINANCE, OKX
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