client.gamma.comments.getCommentsByUserAddress collects comments authored by a specific wallet.
Request
Parameters
| Name | Type | Required | Notes |
|---|---|---|---|
userAddress | string (address) | ✅ | Author’s wallet or proxy address. |
limit | number (≥ 0) | Page size. | |
offset | number (≥ 0) | Page offset. | |
order | string | Sorting expression. | |
ascending | boolean | Sort direction. |
Response
Array ofComment objects identical to List Comments.
Usage example
Failure modes
userAddressmust be a 0x-prefixed 40-hex string.- Negative pagination values → validation error.