GetCommentsOnLens

API

API
/token/profile/v1/content/lens/{id}/comments

Title

GetCommentsOnLens

Description

Get comments of one publication on Lens

Authorization

Not required

Method

GET

Request Parameters

Name
Type
Required
Description

id

string

YES

The id of publiaction

cursor

string

NO

After calling this API, you will get the parameter cursor from the return value. When calling this API again, pass cursor as the value for the parameter cursor, which filters out data before the cursor and only queries data after the cursor

Request and Response Example

Request

cURL Code

curl -X 'GET' \
  'https://api.tako.so/token/profile/v1/content/lens/0x01-0x01/comments' \
  -H 'accept: application/json'

Request URL

https://api.tako.so/token/profile/v1/content/lens/0x01-0x01/comments

Response

Last updated