GET
/
comments
Get Comments
curl --request GET \
  --url https://integrated-api.testnet.muchfi.xyz/api/comments
{
  "comments": [
    {
      "id": "<string>",
      "user": "<string>",
      "content": "<string>",
      "timestamp": 123
    }
  ]
}

Query Parameters

token
string
required

Token address

from
integer

Start timestamp

to
integer

End timestamp

Response

200 - application/json

Comments list

comments
object[]