Loading...
Loading...
Compare original and translation side by side
https://ai.6551.iohttps://ai.6551.iocurl -s -X GET "https://ai.6551.io/open/free_categories"curl -s -X GET "https://ai.6551.io/open/free_categories"curl -s -X GET "https://ai.6551.io/open/free_hot?category=macro"| Parameter | Type | Required | Description |
|---|---|---|---|
| category | string | Yes | Category key from free_categories |
| subcategory | string | No | Subcategory key |
{
"success": true,
"category": "crypto",
"subcategory": "defi",
"news": {
"success": true,
"count": 10,
"items": [
{
"id": 123,
"title": "...",
"source": "...",
"link": "https://...",
"score": 85,
"grade": "A",
"signal": "bullish",
"summary_zh": "...",
"summary_en": "...",
"coins": ["BTC", "ETH"],
"published_at": "2026-03-17T10:00:00Z"
}
]
},
"tweets": {
"success": true,
"count": 5,
"items": [
{
"author": "Vitalik Buterin",
"handle": "VitalikButerin",
"content": "...",
"url": "https://...",
"metrics": { "likes": 1000, "retweets": 200, "replies": 50 },
"posted_at": "2026-03-17T09:00:00Z",
"relevance": "high"
}
]
}
}curl -s -X GET "https://ai.6551.io/open/free_hot?category=macro"| 参数 | 类型 | 是否必填 | 描述 |
|---|---|---|---|
| category | string | 是 | 来自free_categories的分类键值 |
| subcategory | string | 否 | 子分类键值 |
{
"success": true,
"category": "crypto",
"subcategory": "defi",
"news": {
"success": true,
"count": 10,
"items": [
{
"id": 123,
"title": "...",
"source": "...",
"link": "https://...",
"score": 85,
"grade": "A",
"signal": "bullish",
"summary_zh": "...",
"summary_en": "...",
"coins": ["BTC", "ETH"],
"published_at": "2026-03-17T10:00:00Z"
}
]
},
"tweets": {
"success": true,
"count": 5,
"items": [
{
"author": "Vitalik Buterin",
"handle": "VitalikButerin",
"content": "...",
"url": "https://...",
"metrics": { "likes": 1000, "retweets": 200, "replies": 50 },
"posted_at": "2026-03-17T09:00:00Z",
"relevance": "high"
}
]
}
}curl -s -X GET "https://ai.6551.io/open/free_categories"curl -s -X GET "https://ai.6551.io/open/free_categories"curl -s -X GET "https://ai.6551.io/open/free_hot?category=macro"curl -s -X GET "https://ai.6551.io/open/free_hot?category=macro"curl -s -X GET "https://ai.6551.io/open/free_hot?category=macro&subcategory=defi"curl -s -X GET "https://ai.6551.io/open/free_hot?category=macro&subcategory=defi"