Skip to main content
POST
/
token
/
{tokenId}
/
comment
/
{id}
/
{action}
cURL
curl --request POST \
  --url https://api.odin.fun/v1/token/{tokenId}/comment/{id}/{action} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "user": "<string>",
    "comment": 123,
    "time": "2023-11-07T05:31:56Z",
    "vote": true
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

tokenId
string
required
id
integer<int64>
required
action
string
required

Response

default - application/json
data
object
required