Skip to main content
Version: 2.2

Review contracts

Don't have an API key yet?

Start using this API for your project today.

Get your free API key
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
contractsobject
The contracts to be reported
contract_addressstring
The contract address
reasonstring
The reason for the contract being spam
report_typestring
This can be spam or not_spam
contract_typestring
This can be ERC20, or NFT
Responses
API KEY
import Moralis from 'moralis';

try {
await Moralis.start({
apiKey: "YOUR_API_KEY"
});

const response = await Moralis.EvmApi.utils.contractsReview({
"chain": "0x1"
});

console.log(response.raw);
} catch (e) {
console.error(e);
}
Response Example
Empty