---
title: "Report Token"
method: POST
path: "/v0/token/report"
tags: ["Token"]
deprecated: true
---

# Report Token

`POST /v0/token/report`

> **Deprecated.**

Report for misclassification of a token.

## Request body

- ReportRequestTokenReportParams
  - `event` 'FALSE_POSITIVE' | 'FALSE_NEGATIVE', required
  - `report` union, required — Parameters identifying the token to report, provided either as token details (address and chain) or as a request ID from a previous scan.
    - ParamReportTokenReportParams
      - `type` 'params', required
      - `params` TokenReportParams, required
        - `address` string, required — The address of the token to report on.
        - `chain` 'arbitrum' | 'avalanche' | 'base' | 'bsc' | 'ethereum' | 'optimism' | 'polygon' | 'zora' | 'solana' | 'starknet' | 'starknet-sepolia' | 'stellar' | 'linea' | 'degen' | 'zksync' | 'scroll' | 'blast' | 'soneium-minato' | 'base-sepolia' | 'bitcoin' | 'abstract' | 'soneium' | 'ink' | 'berachain' | 'unichain' | 'ronin' | 'sui' | 'hedera' | 'hyperevm' | 'xlayer' | 'monad' | 'megaeth' | 'tempo' | 'sei' | 'kaia' | 'tron' | 'robinhood' | '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/revisions/17c41f337b2e/schema)
