---
title: "Report Address"
method: POST
path: "/v0/address/report"
tags: ["Chain Agnostic"]
deprecated: true
---

# Report Address

`POST /v0/address/report`

> **Deprecated.**

Report a misclassification of an address

## Request body

- ReportRequestAddressReportParams
  - `event` 'FALSE_POSITIVE' | 'FALSE_NEGATIVE', required
  - `report` union, required — Parameters identifying the address to report, provided either as address details (address, domain, and chain) or as a request ID from a previous scan.
    - ParamReportAddressReportParams
      - `type` 'params', required
      - `params` AddressReportParams, required
        - `address` string, required — The address to report on.
        - `domain` string, required — The domain related to this address.
        - `chain` 'arbitrum' | 'avalanche' | 'base' | 'base-sepolia' | 'lordchain' | 'lordchain-testnet' | 'metacade' | 'metacade-testnet' | 'bsc' | 'ethereum' | 'optimism' | 'polygon' | 'zksync' | 'zksync-sepolia' | 'zora' | 'linea' | 'blast' | 'scroll' | 'ethereum-sepolia' | 'degen' | 'avalanche-fuji' | 'gnosis' | 'worldchain' | 'soneium-minato' | 'ronin' | 'apechain' | 'berachain' | 'berachain-bartio' | 'ink' | 'ink-sepolia' | 'abstract' | 'abstract-testnet' | 'soneium' | 'unichain' | 'sei' | 'flow-evm' | 'hyperevm' | 'katana' | 'plume' | 'xlayer' | 'monad' | 'monad-testnet' | 'hedera' | 'tempo' | 'tempo-testnet' | 'kite-ai' | 'kaia' | 'solana' | 'eclipse' | 'sonic' | 'starknet' | 'sui' | 'bitcoin' | 'stellar' | 'plasma' | 'mantle' | 'robinhood' | 'arc' | 'flare', required — The chain name
    - RequestIDReport
      - `type` 'request_id', required — The type identifier indicating that a request ID from a previous scan is being used.
      - `request_id` string, required — The request ID of a previous request. This can be found in the value of the `x-request-id` field in the headers of the response of the previous request. For instance: `6c3cf6c1-a80d-4927-91b9-03d841ea61fe`.
  - `details` string, required — Details about the report.

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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