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

# Report Transaction

`POST /v0/stellar/transaction/report`

> **Deprecated.**

## Request body

- StellarReportTransactionRequest
  - `event` 'should_be_malicious' | 'should_be_benign' | 'wrong_simulation_result', required
  - `report` union, required
    - StellarAppealRequestId
      - `type` 'request_id'
      - `id` string, required
    - StellarAppealTransactionDataReport
      - `type` 'params'
      - `params` StellarTransactionScanRequest, required
        - `chain` 'pubnet' | 'futurenet' | 'testnet', required
        - `options` StellarOptions[] — List of options to include in the response - `Options.validation`: Include Options.validation output in the response - `Options.simulation`: Include Options.simulation output in the response - `Options.gas_estimation`: Include Options.gas_estimation output in the response
        - `account_address` string, required
        - `transaction` string, required
        - `metadata` union, required — Metadata
          - StellarWalletRequestMetadata
            - `type` 'wallet', required — Metadata for wallet requests
            - `url` string, required — URL of the dApp originating the transaction
            - `non_dapp` boolean, nullable — Indicates that the transaction was not initiated by a dapp. Use false when the transaction is from a dapp.
          - StellarInAppRequestMetadata
            - `type` 'in_app' — Metadata for in-app requests
            - `non_dapp` boolean, nullable — Indicates that the transaction was not initiated by a dapp. Use false when the transaction is from a dapp.
        - `transaction_hints` TransactionHint[] — Customer-supplied hints about transaction intent that cannot be derived from on-chain simulation alone. Each element is a typed hint identified by its `type` field.
          - union — A single customer-supplied hint about transaction intent. The `type` field identifies which hint variant this is.
            - CrossChainBridgeHint — Customer-supplied context for a cross-chain bridge deposit where the protocol does not emit the destination on-chain.
              - …
            - GenericTransactionHint — Fallback for unrecognized or future hint types. Accepts any hint with a `type` field.
              - …
  - `details` string, required

## Response `200`

Successful Response

- integer

## 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 `report/anyOf[subschema #2: Appeal Transaction Data Report]/params/transaction_hints/items/oneOf[subschema #1: CrossChainBridgeHint]/destination_chain/anyOf[subschema #1: TransactionScanSupportedChains]/`
- **2026-08-03** `c84a2cb21789` — 1 info
  - added the new `gas_estimation` enum value to the request property `report/anyOf[subschema #2: Appeal Transaction Data Report]/params/options/items/`
- **2026-07-20** `7897dd82aeda` — 1 info
  - added the new `flare` enum value to the request property `report/anyOf[subschema #2: Appeal Transaction Data Report]/params/transaction_hints/items/oneOf[subschema #1: CrossChainBridgeHint]/destination_chain/anyOf[subschema #1: TransactionScanSupportedChains]/`
- **2026-07-06** `1c2ad0e3f146` — 1 info
  - added the new `arc` enum value to the request property `report/anyOf[subschema #2: Appeal Transaction Data Report]/params/transaction_hints/items/oneOf[subschema #1: CrossChainBridgeHint]/destination_chain/anyOf[subschema #1: TransactionScanSupportedChains]/`
- **2026-06-30** `02bda0f2294b` — 1 info
  - endpoint deprecated

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