---
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

## Changes

> 95 revisions in range; 1 not diffed.

- **2026-07-20** `7897dd82aeda` — 1 info
  - added the new `flare` enum value to the request property `report/anyOf[subschema #1: ParamReport[TokenReportParams]]/params/chain`
- **2026-06-30** `02bda0f2294b` — 1 info
  - endpoint deprecated
- **2026-06-29** `5dd76e537ede` — 1 info
  - added the new `robinhood` enum value to the request property `report/anyOf[subschema #1: ParamReport[TokenReportParams]]/params/chain`
- **2026-05-21** `ed1955d90f99` — 1 breaking
  - removed the enum value `zero-network` of the request property `report/anyOf[subschema #1: ParamReport[TokenReportParams]]/params/chain`
- **2026-05-18** `edc1bd1cc6f0` — 1 info
  - added the new `kaia` enum value to the request property `report/anyOf[subschema #1: ParamReport[TokenReportParams]]/params/chain`

[Full history](https://skmtc.dev/blockaid-official/apis/blockaid-api/changes/v0/token/report/post.md)

---

[API](https://skmtc.dev/blockaid-official/apis/blockaid-api.md) · [All operations](https://skmtc.dev/blockaid-official/apis/blockaid-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blockaid-official/blockaid-api/revisions/e15b4bf2b25b/schema)
