Skip to main content
GET
/
v1
/
tool
/
get-topic-posts
get posts for a topic
curl --request GET \
  --url https://api.chainbase.com/tops/v1/tool/get-topic-posts
{
  "count": 123,
  "items": [
    {
      "id": "<string>",
      "media_json": "<string>",
      "text": "<string>",
      "user": {
        "blue_verified": true,
        "name": "<string>",
        "profile_image": "<string>",
        "screen_name": "<string>",
        "user_id": "<string>"
      }
    }
  ]
}

Query Parameters

topic_id
string
required

topic id

Response

OK

count
integer
items
object[]