curl --request GET \
--url https://gamma-api.polymarket.com/comments/user_address/{user_address}
[
{
"id": "<string>",
"body": "<string>",
"parentEntityType": "<string>",
"parentEntityID": 123,
"parentCommentID": "<string>",
"userAddress": "<string>",
"replyAddress": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"profile": {
"name": "<string>",
"pseudonym": "<string>",
"displayUsernamePublic": true,
"bio": "<string>",
"isMod": true,
"isCreator": true,
"proxyWallet": "<string>",
"baseAddress": "<string>",
"profileImage": "<string>",
"profileImageOptimized": {
"id": "<string>",
"imageUrlSource": "<string>",
"imageUrlOptimized": "<string>",
"imageSizeKbSource": 123,
"imageSizeKbOptimized": 123,
"imageOptimizedComplete": true,
"imageOptimizedLastUpdated": "<string>",
"relID": 123,
"field": "<string>",
"relname": "<string>"
},
"positions": [
{
"tokenId": "<string>",
"positionSize": "<string>"
}
]
},
"reactions": [
{
"id": "<string>",
"commentID": 123,
"reactionType": "<string>",
"icon": "<string>",
"userAddress": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"profile": {
"name": "<string>",
"pseudonym": "<string>",
"displayUsernamePublic": true,
"bio": "<string>",
"isMod": true,
"isCreator": true,
"proxyWallet": "<string>",
"baseAddress": "<string>",
"profileImage": "<string>",
"profileImageOptimized": {
"id": "<string>",
"imageUrlSource": "<string>",
"imageUrlOptimized": "<string>",
"imageSizeKbSource": 123,
"imageSizeKbOptimized": 123,
"imageOptimizedComplete": true,
"imageOptimizedLastUpdated": "<string>",
"relID": 123,
"field": "<string>",
"relname": "<string>"
},
"positions": [
{
"tokenId": "<string>",
"positionSize": "<string>"
}
]
}
}
],
"reportCount": 123,
"reactionCount": 123
}
]
curl --request GET \
--url https://gamma-api.polymarket.com/comments/user_address/{user_address}
[
{
"id": "<string>",
"body": "<string>",
"parentEntityType": "<string>",
"parentEntityID": 123,
"parentCommentID": "<string>",
"userAddress": "<string>",
"replyAddress": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"profile": {
"name": "<string>",
"pseudonym": "<string>",
"displayUsernamePublic": true,
"bio": "<string>",
"isMod": true,
"isCreator": true,
"proxyWallet": "<string>",
"baseAddress": "<string>",
"profileImage": "<string>",
"profileImageOptimized": {
"id": "<string>",
"imageUrlSource": "<string>",
"imageUrlOptimized": "<string>",
"imageSizeKbSource": 123,
"imageSizeKbOptimized": 123,
"imageOptimizedComplete": true,
"imageOptimizedLastUpdated": "<string>",
"relID": 123,
"field": "<string>",
"relname": "<string>"
},
"positions": [
{
"tokenId": "<string>",
"positionSize": "<string>"
}
]
},
"reactions": [
{
"id": "<string>",
"commentID": 123,
"reactionType": "<string>",
"icon": "<string>",
"userAddress": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"profile": {
"name": "<string>",
"pseudonym": "<string>",
"displayUsernamePublic": true,
"bio": "<string>",
"isMod": true,
"isCreator": true,
"proxyWallet": "<string>",
"baseAddress": "<string>",
"profileImage": "<string>",
"profileImageOptimized": {
"id": "<string>",
"imageUrlSource": "<string>",
"imageUrlOptimized": "<string>",
"imageSizeKbSource": 123,
"imageSizeKbOptimized": 123,
"imageOptimizedComplete": true,
"imageOptimizedLastUpdated": "<string>",
"relID": 123,
"field": "<string>",
"relname": "<string>"
},
"positions": [
{
"tokenId": "<string>",
"positionSize": "<string>"
}
]
}
}
],
"reportCount": 123,
"reactionCount": 123
}
]
x >= 0
x >= 0
Comma-separated list of fields to order by
Comments
The response is of type object[]
.