Gets market group metadata under the specified topic for sidebar, filter, or topic page group display. Example: /api/market/politics/iran/groups.
Request Code Samples
curl --location 'https://ourcorvus.com/api/market/politics/iran/groups?active=true&closed=false' \
--header 'Accept-Language: zh_CN'
Responses
{
"code": 200,
"msg": "Operation successful",
"data": [
{
"key": "all",
"label": "All",
"slug": "all",
"tagId": null,
"count": 32,
"sortOrder": 0,
"url": "/politics/iran"
},
{
"key": "nuclear",
"label": "Nuclear",
"slug": "nuclear",
"tagId": "101",
"count": 4,
"sortOrder": 10,
"url": "/politics/iran?group=nuclear"
}
]
}
Modified at 2026-05-19 02:21:34