Skip to main content
POST
/
v0
/
evm
/
address
/
report
curl --request POST \
--url https://api.blockaid.io/v0/evm/address/report \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"event": "FALSE_NEGATIVE",
"report": {
"type": "request_id",
"request_id": "11111111-1111-1111-1111-111111111111"
},
"details": "Details about the report"
}
'
"<any>"

Authorizations

X-API-Key
string
header
required

Body

application/json
event
enum<string>
required

The event type of the report. Could be FALSE_POSITIVE or FALSE_NEGATIVE. An enumeration.

Available options:
FALSE_POSITIVE,
FALSE_NEGATIVE
report
object
required

The report parameters.

details
string
required

Details about the report.

Response

Successful Response

The response is of type any.