Skip to main content
GET
/
v1
/
tool
/
get-topic
get topic detail
curl --request GET \
  --url https://api.chainbase.com/tops/v1/tool/get-topic
{
  "data": {
    "analysis_time": "<string>",
    "authors": [
      "<string>"
    ],
    "current_rank": 123,
    "first_tweet_time": "<string>",
    "id": "<string>",
    "is_manual": true,
    "is_new": true,
    "keyword": "<string>",
    "rank_status": "<string>",
    "score": 123,
    "snapshot_time": "<string>",
    "source_type": "<string>",
    "summary": "<string>",
    "tweet_urls": [
      "<string>"
    ]
  }
}

Query Parameters

topic_id
string
required

topic id

Response

OK

data
object