Returns aggregated live metrics for the specified item and time range
Request Code Samples
curl --location --request GET 'http://open.tabcut.com:8090/api/item/v2/live/statistics?itemId&roomCreateBeginDs&roomCreateEndDs' \
--header 'x-appKey;' \
--header 'x-timestamp;' \
--header 'x-sign;'
Responses
{
"code": "200",
"message": "success!",
"result": {
"liveCountInfo": {
"periodCurrent": 299
},
"liveCreatorCountInfo": {
"periodCurrent": 58
},
"liveSoldCountInfo": {
"periodCurrent": 3497
},
"liveGmvInfo": {
"periodCurrent": {
"local": 32179.84,
"region": 32179.84
}
},
"currencySymbolInfo": {
"local": "$",
"region": "$"
}
},
"serverTime": "2025-12-17 11:59:48"
}
Modified at 2026-01-15 02:41:58