cURL
curl --request POST \ --url https://api.blockaid.io/v0/starknet/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
should_be_malicious
should_be_benign
wrong_simulation_result
Show child attributes
Successful Response
The response is of type integer.
integer
Was this page helpful?