---
title: "Report Fraud"
method: POST
path: "/v0/enrichment/report/"
tags: ["Enrichment"]
---

# Report Fraud

`POST /v0/enrichment/report/`

Reports a fraud event.

## Request body

- EnrichmentRequest
  - `report` EnrichmentReportAddresses, required
    - `source` 'user_report' | 'internal_system_report' | 'manual_report' — Source of an enrichment report.
    - `addresses` EnrichmentReportAddress[], required
      - `chain` 'arbitrum' | 'avalanche' | 'base' | 'base-sepolia' | 'bsc' | 'ethereum' | 'ethereum-sepolia' | 'optimism' | 'polygon' | 'zksync' | 'zksync-sepolia' | 'zora' | 'linea' | 'blast' | 'scroll' | 'avalanche-fuji' | 'degen' | 'gnosis' | 'worldchain' | 'soneium-minato' | 'ronin' | 'apechain' | 'berachain' | 'unknown' | 'ink-sepolia' | 'ink' | 'abstract' | 'abstract-testnet' | 'metacade' | 'metacade-testnet' | 'soneium' | 'unichain' | 'lordchain-testnet' | 'lordchain' | 'sei' | 'flow-evm' | 'hyperevm' | 'katana' | 'plume' | 'solana' | 'stellar' | 'bitcoin' | 'xlayer' | 'monad' | 'monad-testnet' | 'tempo' | 'tempo-testnet' | 'kite-ai' | 'kaia' | 'plasma' | 'mantle' | 'robinhood' | 'arc' | 'flare', required — Supported chain identifiers.
      - `address` string, required
    - `fraud_urls` string[] — URLs that are associated with the fraud report
  - `metadata` EnrichmentReportMetadata, required
    - `account` EnrichmentReportAccount, required
      - `account_id` string, required
      - `account_creation_timestamp` string
      - `user_age` integer
      - `user_country_code` string, required

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