cURL
curl --request GET \ --url https://api.odin.fun/v1/token/{id}/comments \ --header 'Authorization: Bearer <token>'
"<unknown>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Filter for community comments (0 for regular, 1 for community)
The response is of type any.
any