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

# Report transaction

`POST /tx/v0/report`

> **Deprecated.**

Report a transaction

## Request body

- ReportTxRequest
  - `domain` string
  - `jsonRpcMethod` string, required
  - `jsonRpcParams` string, required
  - `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' | 'soneium-minato' | 'ronin' | 'apechain' | 'berachain' | 'berachain-bartio' | 'ink' | 'ink-sepolia' | 'abstract' | 'abstract-testnet' | 'soneium' | 'unichain' | 'sei' | 'flow-evm' | 'hyperevm' | 'megaeth' | 'katana' | 'plume' | 'xlayer' | 'monad' | 'monad-testnet' | 'tempo' | 'tempo-testnet' | 'kite-ai' | 'kaia' | 'plasma' | 'mantle' | 'robinhood' | 'arc' | 'flare' — The chain name
  - `blockNumber` string
  - `classification` string
  - `resultType` string
  - `features` string
  - `details` string
  - `reporter` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

> 95 revisions in range; 1 not diffed.

- **2026-08-21** `e15b4bf2b25b` — 1 breaking
  - removed the enum value `worldchain` of the request property `chain`
- **2026-07-20** `7897dd82aeda` — 1 info
  - added the new `flare` enum value to the request property `chain`
- **2026-07-06** `1c2ad0e3f146` — 1 info
  - added the new `arc` enum value to the request property `chain`
- **2026-06-29** `e536df1ac98e` — 1 info
  - added the new `robinhood` enum value to the request property `chain`
- **2026-05-31** `6eaa317741a9` — 2 breaking
  - removed the enum value `immutable-zkevm` of the request property `chain`
  - removed the enum value `immutable-zkevm-testnet` of the request property `chain`

[Full history](https://skmtc.dev/blockaid-official/apis/blockaid-api/changes/tx/v0/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)
