OptionalafterOptionalbeforeReturn items strictly before this cursor in ledger order (usually the endCursor of
a descending page). Implies order: 'descending', and cannot be combined with
after.
OptionalfilterOptionalincludeOptionallimitMaximum number of items to return. Defaults to 50.
Servers cap page sizes (50 by default): values above the server's cap cause the GraphQL and JSON-RPC transports to throw, while gRPC servers silently truncate the page to their configured maximum.
OptionalorderOrder of returned results. Defaults to ascending (oldest first).
Optionalsignal
Return items strictly after this cursor in ledger order (usually the
endCursorof an ascending page, or thestartCursorof a descending page to poll for new items). Impliesorder: 'ascending', and cannot be combined withbefore.