Skip to main content
GET
/
token
/
{id}
/
community-comments
cURL
curl --request GET \
  --url https://api.odin.fun/v1/token/{id}/community-comments \
  --header 'Authorization: Bearer <token>'
"<unknown>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Query Parameters

page
number
limit
number
user
string
sort
string[]
pinned
boolean
community
integer
default:0

Filter for community comments (0 for regular, 1 for community)

Response

200 - application/json

The response is of type any.