Get Community Notes

Changes to contracts on Defined proposed by the community of users.

Endpoint: getCommunityNotes

Method: POST

Arguments

NameTypeDescription
inputCommunityNotesInput

NameTypeDescription
cursorString

The cursor to use for pagination.

filterCommunityNotesFilter

A set of filters to apply

limitInt

The maximum number of community notes to return.

Response

NameTypeDescription
countInt!The number of community notes returned.
cursorStringA cursor for use in pagination.
items[CommunityNote!]!The list of community notes matching the filter parameters.

Explore