check_honeypot
Analyze token addresses on Ethereum, BSC, and Base to detect honeypot risks using honeypot.is API. Identify potential scams with detailed analysis results.
Instructions
Check if a token address is a honeypot using honeypot.is API
Supports tokens on Ethereum, Binance Smart Chain (BSC) and Base.
Args:
address: Token address to check (e.g., 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48)
Returns:
Markdown string containing honeypot analysis results
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes |
Input Schema (JSON Schema)
{
"properties": {
"address": {
"title": "Address",
"type": "string"
}
},
"required": [
"address"
],
"title": "check_honeypotArguments",
"type": "object"
}