{
"type": "importer",
"start_time": "2025-04-10",
"end_time": "2025-04-18",
"product": "led"
}curl --location --request POST '/api/customs/analytics/market-trend' \
--header 'Authorization: Bearer {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "importer",
"start_time": "2025-04-10",
"end_time": "2025-04-18",
"product": "led"
}'{
"success": true,
"request_id": "req_E6UYrESqgss1",
"data": {
"code": 1,
"msg": "获取成功",
"time": "1776239998",
"data": {
"list": [
{
"quantity": "1303104937",
"weight": "68968974.000",
"amount": "427772257.01",
"date": 1744905600,
"sellerCount": 5070,
"buyerCount": 5031,
"monthText": "2025-04",
"tradeCount": 46964
}
],
"all_times": 46964,
"all_qty": 1303104937,
"all_weight": 68968974
}
},
"meta": {
"billing": {
"credits_charged": 0.14,
"byok_used": false
}
},
"error": null
}