Method Name
private/update_notifications
private/update_notifications
RPC to mark specified notifications as seen for a given subaccount.
Required minimum session key permission level is account
Parameters
subaccount_id
integer
required
Subaccount_id |
notification_ids
array of integers
required
List of notification IDs to be marked as seen |
status
string
Status of the notification enum unseen seen hidden |
Response
id
string or integer
required
|
result
object
required
|
result.updated_count
integer
required
Number of notifications marked as seen |
Example
{request_example_shell}
{request_example_javascript}
{request_example_python}
The above command returns JSON structured like this:
{response_example_json}