NotificationsApi 
    Functions
Link copied to clipboard
                  Clears all notifications for the account.
Link copied to clipboard
                  Clears a single notification.
Link copied to clipboard
                  Gets information about a notification.
Link copied to clipboard
                  abstract suspend fun getNotifications(excludeTypes: List<NotificationType>? = null, accountId: String? = null, limit: Int? = null, pageInfo: PageInfo? = null): Page<List<Notification>>
Gets notifications concerning the account.