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

---

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