Skip to main content
POST
/
v0
/
bitcoin
/
transaction
/
report
Report Transaction
curl --request POST \
  --url https://api.blockaid.io/v0/bitcoin/transaction/report \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "event": "should_be_malicious",
  "report": {
    "type": "request_id",
    "id": "<string>"
  },
  "details": "<string>"
}
'
123

Authorizations

X-API-Key
string
header
required

Body

application/json
event
enum<string>
required
Available options:
should_be_malicious,
should_be_benign,
wrong_simulation_result
report
object
required
details
string
required

Response

Successful Response

The response is of type integer.