Agent Trust API – Base Contract Safety Audit is a paid API for AI agents from agent-trust-api-production.up.railway.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).
Performs a comprehensive safety audit on a Base network token contract, checking for honeypot patterns, buy/sell taxes, ownership renunciation, hidden owners, mintability, proxy/upgrade risk, and liquidity lock status.
Contract safety audit for any Base token/contract. Checks honeypot patterns, buy/sell taxes, ownership status (renounced?), hidden owner, mintability, proxy/upgrade risk, liquidity lock status, and LP concentration. Powered by GoPlusLabs + Blockscout.
Returns a detailed safety report including: honeypot detection result, buy/sell tax percentages, ownership renounced status, hidden owner flag, mintability flag, proxy/upgrade risk indicator, liquidity lock status, and LP concentration metrics for the queried Base contract.
GEThttps://agent-trust-api-production.up.railway.app/api/contract-audit/0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Use this endpoint when you need to assess the safety of a specific Base network token or smart contract before trading, investing, or interacting. It is the right choice when you need honeypot detection, tax analysis, ownership checks, and liquidity status in a single call specifically for Base chain contracts. Prefer this over generic blockchain explorers when you need structured, agent-readable safety signals.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object |
{
"flags": [
{
"flag": "PROXY_CONTRACT",
"detail": "Upgradeable proxy — logic can change",
"severity": "MEDIUM"
}
],
"address": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
"details": {
"isProxy": true,
"buyTaxPct": 0,
"isHoneypot": false,
"isMintable": false,
"sellTaxPct": 0,
"hiddenOwner": false,
"hasBlacklist": false,
"hasWhitelist": false,
"isOpenSource": true,
"selfDestruct": false,
"isUpgradeable": true,
"ownerRenounced": false,
"canReclaimOwnership": false
},
"sources": [
"gopluslabs.io",
"base.blockscout.com"
],
"verdict": "🟢 APPEARS SAFE",
"contract": {
"name": "USD Coin",
"symbol": "USDC",
"holderCount": 9178933,
"totalSupply": "4257514356.318629",
"blockscoutUrl": "https://base.blockscout.com/address/0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
"creatorAddress": "0x6aAFF8af0ae8017725312C388bA3745dfE91185B",
"creatorBalance": 0.199885
},
"auditedAt": "2026-06-16T01:07:20.474Z",
"liquidity": {
"dexes": [],
"dexCount": 0,
"lpLocked": false,
"totalUsd": 0,
"topHolderPct": null
},
"riskLevel": "LOW",
"riskScore": 8
}| Field | Type | Description |
|---|---|---|
| flagsrequired | array | |
| addressrequired | string | |
| detailsrequired | object | |
| sourcesrequired | array | |
| verdictrequired | string | |
| contractrequired | object | |
| auditedAtrequired | string | |
| liquidityrequired | object | |
| riskLevelrequired | string | |
| riskScorerequired | number |
No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"