...
The Real Time Messaging API is SignalR based that allows , allowing you to receive events from Noah in real-time. With the RTM API your app connects to Noah and receive events – this should only be used for supporting Real Time notifications to users to support the user experience. SignalR includes retry functionality. Data is not encrypted but contains only ids enabling you to look up the actual data via the API.
Info |
---|
If your integration requires your app to receive all events - even those generated while your app is not running - you should use the Events API to be able to catch up. |
...
This feature have not been implemented yet |
Subscribing to event types
...