---
title: "GET /api/muted-accounts/{address}"
method: GET
path: "/api/muted-accounts/{address}"
tags: ["comments"]
---

# GET /api/muted-accounts/{address}

`GET /api/muted-accounts/{address}`

Check if an address is marked as muted

## Path parameters

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

## Response `200`

When address is marked as muted

- object
  - `address` string, required — The address of the muted account
  - `createdAt` string, nullable, required — The date the account was muted

## Other responses

- `400` — Bad request
- `404` — When address is not 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)
