Report for misclassification of a token.
cURL
Token report request_id example
curl --request POST \ --url https://api.blockaid.io/v0/token/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>"
The event type of the report. Could be FALSE_POSITIVE or FALSE_NEGATIVE.
FALSE_POSITIVE
FALSE_NEGATIVE
The report parameters.
Show child attributes
Details about the report.
Successful Response
The response is of type any.
any
Was this page helpful?