events

Get event comments

Paginated stream of top-level comments (with nested replies) for a remix-contest event. Host-authored top-level comments represent "post updates"; everything else is a community comment.

get/events/{eventId}/comments

Path parameters

eventIdstring required

An Event ID

Query parameters

offsetinteger

The number of items to skip. Useful for pagination (page number * limit)

limitinteger

The number of items to fetch

user_idstring

The user ID of the user making the request

sort_method'top' | 'newest' | 'timestamp'

The sort method

Response

Success

latest_chain_blockinteger required
latest_indexed_blockinteger required
latest_chain_slot_playsinteger required
latest_indexed_slot_playsinteger required
signaturestring required
timestampstring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.