
🥏Rent ITAI Audit API
(Coming Soon)
Last updated
{
"address": "0x2Dc1C8BE620b95cBA25D78774F716F05B159C8B9",
"name": "Itsafe AI",
"symbol": "ITAI",
"chain": "BASE",
"age": { "human": "2mo 2d", "seconds": 5356800 },
"market": { "marketCapUsd": 225200, "taxBuy": 0.0, "taxSell": 0.0 },
"liquidity": {
"totalLp": "6.7 WETH",
"pair": "WETH",
"locked": true,
"lockInfo": { "locker": "UNCX", "lockDuration": "4y" }
},
"socials": {
"website": "https://itsafe.ai",
"telegram": "https://t.me/itsafe_ai",
"x": null
}
}{
"address": "0x2Dc1C8BE620b95cBA25D78774F716F05B159C8B9",
"chain": "ETH",
"summary": "Short AI Audit",
"findings": [
{ "function": "transferOwnership", "status": "green", "details": "cannot execute, ownership already renounced" },
{ "function": "addLPToUniswap", "status": "green", "details": "cannot execute, ownership renounced" }
]
}{
"address": "0x2Dc1C8BE620b95cBA25D78774F716F05B159C8B9",
"chain": "ETH",
"functions": [
{ "name": "constructor", "status": "green", "details": "Standard ERC-20 constructor, mints total supply to deployer" },
{ "name": "transfer", "status": "green", "details": "Standard ERC-20 transfer, no hidden fees or restrictions" },
{ "name": "approve", "status": "green", "details": "Standard OpenZeppelin approve implementation" },
{ "name": "transferFrom", "status": "green", "details": "Standard OpenZeppelin implementation, no special privileges or minting" }
]
}{
"error": { "code": "UNAUTHORIZED", "message": "Missing or invalid API key" }
}
{
"error": { "code": "RATE_LIMITED", "message": "Daily quota exceeded for this plan" }
}fetch('https://itsafe.ai/get_token_info?address=0x2Dc1...', {
headers: { 'X-API-KEY': 'YOUR_API_KEY' }
}).then(r => r.json()).then(console.log);