NotificationSearchResult
The normalized result of searchNotifications.
Fields
totalnumberTotal number of documents matching the filter, ignoring pagination.
countnumberNumber of documents returned in this page (documents.length).
documentsNotificationDocument[]The matched documents for the requested start/size window.
NotificationDocument
A stored notification document as returned by the search endpoint. Only the well-known top-level fields are typed; an index signature ([key: string]: unknown) keeps app-specific fields reachable. For trading notifications the data payload is the position wire frame (RawPositionNotification).
idstringoptionalapp_namestringoptionalPublishing app / channel identity, e.g. "Hyper-EVM_Solver-Low-Cap_Production".
addressstringoptionalSubAccount address the notification belongs to.
primary_identifiernumberoptionalsecondary_identifierstring | number | nulloptionaltypestringoptionalreport | alert.
create_timenumberoptionalmodify_timenumberoptionalApp-specific payload; the position wire frame for trading notifications.
Related
- searchNotifications — returns this result.
- NotificationSearchFilter — the filter that produces it.
Last updated on