Skip to main content

Don't have an API key yet?

Sign-up to Moralis to get your free API key and start building today.

Get Your Free API Key

Review contracts

POSThttps://deep-index.moralis.io/api/v2.2/contracts-review

Review contracts as spam or not spam

QUERY PARAMS
chainstring
The chain to query
BODY PARAM
Request Bodyobjectrequired
Body
Responses
200Returns a message acknowledging the report
400Bad Request
404Not Found
429Too Many Requests
500Internal Server Error
API KEY
curl --request POST \
--url 'https://deep-index.moralis.io/api/v2.2/contracts-review?chain=eth' \
--header 'accept: application/json' \
--header 'X-API-Key: YOUR_API_KEY' \
--header 'content-type: application/json' \
--data '
{
"contracts": {
"contract_address": "0x06012c8cf97bead5deae237070f9587f8e7a266d",
"reason": 100,
"report_type": "spam",
"contract_type": "ERC20"
}
}
'
Response Example
Empty