Skip to main content
client.gamma.comments.getCommentsByUserAddress collects comments authored by a specific wallet.

Request

Parameters

NameTypeRequiredNotes
userAddressstring (address)Author’s wallet or proxy address.
limitnumber (≥ 0)Page size.
offsetnumber (≥ 0)Page offset.
orderstringSorting expression.
ascendingbooleanSort direction.

Response

Array of Comment objects identical to List Comments.

Usage example

Failure modes

  • userAddress must be a 0x-prefixed 40-hex string.
  • Negative pagination values → validation error.