checkMaliciousAddress
Verify Ethereum addresses for links to malicious activity using this tool by agentek-eth. Identify potential threats and ensure secure transactions with ease.
Instructions
Check if an Ethereum address has been associated with malicious activity
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"address": {
"type": "string"
}
},
"required": [
"address"
],
"type": "object"
}