---
title: "List Malicious Addresses"
method: GET
path: "/scams"
---

# List Malicious Addresses

`GET /scams`

Get the addresses that deployed a known scam token in the last 24 hours.  Available with the Enterprise plan.

## Query parameters

- `chain_id` string
- `limit` integer
- `offset` integer
- `start_time` string
- `end_time` string
- `deployer_address` string

## Headers

- `X-API-Key` string, required

## Response `200`

200

- object
  - `message` string
  - `total` integer
  - `result` object[]
    - `deployer_address` string
    - `flagged_contracts_count` integer
    - `reasons` string[]

## Other responses

- `400` — 400

---

[API](https://skmtc.net/tokensniffer/apis/chain-api.md) · [All operations](https://skmtc.net/tokensniffer/apis/chain-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tokensniffer/chain-api/versions/b1dddd01cc85/schema)
