client.gamma.comments.listComments fetches conversations attached to events, series, or markets.
It supports pagination, holder-only views, and optional position visibility.
Request
Parameters
| Name | Type | Required | Notes |
|---|---|---|---|
limit | number (≥ 0) | Page size. | |
offset | number (≥ 0) | Page offset. | |
order | string | Sorting expression. | |
ascending | boolean | Sort direction. | |
parent_entity_type | "Event" | "Series" | "market" | Filters conversation root. | |
parent_entity_id | number | Use with parent_entity_type. | |
get_positions | boolean | Include position arrays inside profiles. | |
holders_only | boolean | Restrict to holders-only comments. |
Response
Usage example
Failure modes
parent_entity_typemust beEvent,Series, ormarket.- Negative pagination values → validation error.