---
title: "POST /api/muted-accounts"
method: POST
path: "/api/muted-accounts"
tags: ["comments"]
---

# POST /api/muted-accounts

`POST /api/muted-accounts`

Marks account as muted, newer comments from this account won't be indexed

## Request body

- object
  - `address` string, required — The address of the muted account
  - `reason` string — The reason for muting the account

## Response `200`

An object with muted account address

- object
  - `address` string, required — The address of the muted account

## Other responses

- `400` — Bad request
- `401` — When request is not authenticated
- `409` — When account is already marked as muted

---

[API](https://skmtc.dev/ethcomments/apis/ethereum-comments-protocol-indexer-api.md) · [All operations](https://skmtc.dev/ethcomments/apis/ethereum-comments-protocol-indexer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ethcomments/ethereum-comments-protocol-indexer-api/revisions/fc5aae1cdc03/schema)
