GetCommentsOnFarcaster

API

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

Title

GetCommentsOnFarcaster

Description

Get comments of one publication on Farcaster

Authorization

Not required

Method

GET

Request Parameters

Name
Type
Required
Description

id

string

YES

The hash 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

username

string

YES

The creator's username

Request and Response Example

Request

cURL Code

curl -X 'GET' \
  'https://api.tako.so/token/profile/v1/content/farcaster/0x06f2925a58d0f9a5769436e8a48a25eff8237114/comments?limit=TwentyFive&username=dwr.eth' \
  -H 'accept: application/json'

Request URL

https://api.tako.so/token/profile/v1/content/farcaster/0x06f2925a58d0f9a5769436e8a48a25eff8237114/comments?limit=TwentyFive&username=dwr.eth

Response

Last updated