trendingTags

Fetch the popular hashtags within the past 7 days

Operation

GraphQL Operation
query TrendingTags {
  trendingTags
}

Response

JSON Response
{
  "data": {
    "trendingTags": [
      "web3",
      "crypto",
      "gamefi",
      "save_to_nabi_bot"
    ]
  }
}

Last updated