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

Notification

A normalized, classified notification the SDK delivers to consumers.

camelCase, with quoteId resolved to the on-chain id when available (falling back to the temp id), and type classified from actionStatus. The original wire frame is preserved on raw for advanced use. Both watchNotifications and normalizeNotification produce this shape.

Fields

idstring
quoteIdstring

On-chain quote id as a string, or the temp id when no on-chain id exists yet.

tempQuoteIdnumber

The temp (pre-chain) quote id; negative until the on-chain id is assigned.

Classification derived from actionStatus.

actionStatusstring | null

Raw action_status (success | failed | seen), or null.

lastSeenActionstring | null

Last solver action seen for this quote.

accountstring | null

SubAccount address this notification belongs to.

vaAddressstring | null

Solver-assigned Virtual Account address (lowcap), when present.

counterpartyAddressstring
filledAmountOpenstring | null
filledAmountClosestring | null
avgPriceOpenstring
avgPriceClosestring
failureTypestring | null
failureMessagestring | null
errorCodenumber | null
stateTypestring | null
createTimestring
modifyTimestring

The original wire frame.

Last updated on