MuchFi
Profile

Get Comments

Token discussion threads

GET
/comments

Query Parameters

tokenAddressstring

Token address

from?integer

Start timestamp

to?integer

End timestamp

Response Body

curl -X GET "https://integrated-api.mainnet.muchfi.xyz/api/comments?tokenAddress=string&from=0&to=0"
{
  "comments": [
    {
      "id": "string",
      "user": "string",
      "content": "string",
      "timestamp": 0
    }
  ]
}