Validate Address
This method runs a background check on any Ethereum address, returning a human-readable analysis.
validateAddress
Request Body
Name
Type
Description
{
name: string, // The name of the address.
// Returns contract name if the address is associated with protocol
isMaliciousAddress: boolean,
isAssociatedWithProtocol: boolean,
tags: {
THEFT: boolean,
CYBERCRIME: boolean,
SANCTIONED: boolean,
MIXER: boolean,
BOT: boolean,
WASH_TRADER: boolean,
NO_DATA: boolean,
},
summary: string,
}Testing
Example response:
Last updated