6.3 Featured News
GET /news/featuredParameter
Type
Required
Description
{
"page": 1,
"page_size": 20,
"total": 115,
"list": [
{
"id": "news123",
"source_link": "https://sosovalue.xyz/research/xxx",
"release_time": 1677151845000,
"title": "Featured Article Title",
"content": "<p>HTML formatted body...</p>",
"author": "Author Name",
"author_description": "Senior crypto researcher",
"author_avatar_url": "https://...",
"nick_name": "Author Display ®",
"is_blue_verified": 1,
"verified_type": "Business",
"category": 2,
"feature_image": "https://xxx.png",
"matched_currencies": [...],
"tags": ["ETF", "BTC"],
"media_info": [
{
"soso_url": "https://static.xxx.com/example.jpg",
"original_url": "",
"short_url": "https://t.co/example",
"type": "photo"
}
],
"quote_info": null
}
]
}Last updated