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