Update muted wallets list

put/api/notifications/v1/mute/wallets

Replaces the entire muted wallets list for the authenticated user. Pass an empty list to unmute all wallets.

Request Body

The new muted wallets list. Replaces the existing list entirely.
walletIds array[string]
Min items: >= 0 items
Max items: <= 5000 items

200 Response

userId string required
success boolean required
message string required
mutedEnterpriseIds array[string]
mutedWalletIds array[string]

400 Response

name string required
Error code
Allowed values: ValidationFailed IllegalArgument BadRequest DataIntegrityError NotImplementedError RETRIGGER_RATE_LIMITED USER_CREATION_FAILED USER_FALLBACK_FAILED
error string required
Human-readable error message
status integer <int32>required
HTTP status code
Allowed value: 400

500 Response

name string required
Error code
Allowed values: UnexpectedError ThirdPartyError DatabaseError USER_FALLBACK_TIMEOUT
error string required
Human-readable error message
status integer <int32>required
HTTP status code
Allowed value: 500