Skip to main content
GET
Get comments by user address

路径参数

user_address
string
必填

查询参数

limit
integer
必填范围: x >= 0
offset
integer
必填范围: x >= 0
order
string

Comma-separated list of fields to order by

ascending
boolean

响应

200 - application/json

Comments

id
string
body
string | null
parentEntityType
string | null
parentEntityID
integer | null
parentCommentID
string | null
userAddress
string | null
replyAddress
string | null
createdAt
string<date-time> | null
updatedAt
string<date-time> | null
profile
object
reactions
object[]
reportCount
integer | null
reactionCount
integer | null