Skip to main content
GET
/
moment
/
comments
Get Comments
curl --request GET \
  --url https://inprocess.world/api/moment/comments
{
  "comments": [
    {
      "sender": "<string>",
      "comment": "<string>",
      "timestamp": 123
    }
  ]
}

Query Parameters

collectionAddress
string
required

Moment contract address

tokenId
string
required

Token ID

chainId
integer
default:8453

Chain ID (optional, default: Base, 8453)

offset
number
default:0

Pagination offset (optional, defaults to 0)

Response

Successful response

comments
object[]
required

Array of comments