Skip to Content
Symmio Trading-SDK — the SDK surface for builders on HyperEVM
CoreNotificationsNotificationSearchResult

NotificationSearchResult

The normalized result of searchNotifications.

Fields

totalnumber

Total number of documents matching the filter, ignoring pagination.

countnumber

Number 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).

idstringoptional
app_namestringoptional

Publishing app / channel identity, e.g. "Hyper-EVM_Solver-Low-Cap_Production".

addressstringoptional

SubAccount address the notification belongs to.

primary_identifiernumberoptional
secondary_identifierstring | number | nulloptional
typestringoptional

report | alert.

create_timenumberoptional
modify_timenumberoptional

App-specific payload; the position wire frame for trading notifications.

Last updated on