POST
/
comments
Post Comment
curl --request POST \
  --url https://integrated-api.testnet.muchfi.xyz/api/comments \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>",
  "content": "<string>",
  "signature": "<string>",
  "signedMessage": "<string>"
}
'
{}

Body

application/json
token
string
required

Token address

content
string
required

Comment content

signature
string
required

Wallet signature

signedMessage
string
required

Signed message

Response

200 - application/json

Comment posted

The response is of type object.