Skip to main content
client.gamma.comments.listComments fetches conversations attached to events, series, or markets. It supports pagination, holder-only views, and optional position visibility.

Request

Parameters

NameTypeRequiredNotes
limitnumber (≥ 0)Page size.
offsetnumber (≥ 0)Page offset.
orderstringSorting expression.
ascendingbooleanSort direction.
parent_entity_type"Event" | "Series" | "market"Filters conversation root.
parent_entity_idnumberUse with parent_entity_type.
get_positionsbooleanInclude position arrays inside profiles.
holders_onlybooleanRestrict to holders-only comments.

Response

Usage example

Failure modes

  • parent_entity_type must be Event, Series, or market.
  • Negative pagination values → validation error.