{"uid":"cap_SPabKkMasmyt0NUgDvfa0","slug":"alphapipeline-token-risk-scanner-3bfb8927","name":"AlphaPipeline Token Risk Scanner","description":"GoPlus/Honeypot.is-backed token security check - honeypot flag, buy/sell tax, mintability, and ownership renouncement for a given contract address, so a bot can decide before it buys.","url":"https://alphapipeline-eu.onrender.com/v1/security/token-risk","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"type":"object","required":["chain_id","contract_address"],"properties":{"chain_id":{"type":"integer","description":"EVM chain id, e.g. 8453 for Base."},"contract_address":{"type":"string","description":"Token contract address (0x...)."}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","title":"TokenRiskResponse","required":["generated_at","chain_id","contract_address","risk_level","data_source"],"properties":{"notice":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Notice","default":null},"chain_id":{"type":"integer","title":"Chain Id"},"is_in_dex":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Is In Dex","default":null},"risk_flags":{"type":"array","items":{"type":"string"},"title":"Risk Flags","default":[]},"risk_level":{"type":"string","title":"Risk Level"},"token_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Token Name","default":null},"buy_tax_pct":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Buy Tax Pct","default":null},"data_source":{"type":"string","title":"Data Source"},"is_honeypot":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Is Honeypot","default":null},"is_mintable":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Is Mintable","default":null},"generated_at":{"type":"object","title":"TimestampPair","required":["utc","kst"],"properties":{"kst":{"type":"string","title":"Kst"},"utc":{"type":"string","title":"Utc"}}},"holder_count":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Holder Count","default":null},"sell_tax_pct":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sell Tax Pct","default":null},"token_symbol":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Token Symbol","default":null},"owner_address":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Owner Address","default":null},"is_open_source":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Is Open Source","default":null},"owner_renounced":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Owner Renounced","default":null},"contract_address":{"type":"string","title":"Contract Address"}}}}}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.02","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.02/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.02","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.02","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_A6_hS8xn6brS4q3S4cqzL","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.02","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Checks a token contract address for honeypot status, buy/sell tax, mintability, and ownership renouncement using GoPlus and Honeypot.is data sources.","exampleAgentPrompt":"Before I buy, can you run a security check on the token at contract 0x4200000000000000000000000000000000000006 on Base (chain ID 8453) — I need to know if it's a honeypot, what the buy/sell taxes are, and whether ownership has been renounced?","exampleUseCases":[{"title":"Pre-trade honeypot check on Base","prompt":"I'm about to ape into a new token on Base — the contract is 0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA on chain 8453. Can you check if it's a honeypot and what the buy and sell taxes look like before I pull the trigger?"},{"title":"Rug pull risk screening for new Ethereum token","prompt":"There's a new token launch on Ethereum (chain ID 1) at 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 — can you tell me the risk level, whether it's mintable, and if the owner has renounced the contract?"},{"title":"Bot pre-buy safety gate for EVM token","prompt":"My trading bot is about to buy a token on Arbitrum (chain ID 42161) at contract 0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC6 — run a full token risk scan and tell me the risk flags, holder count, and whether it's listed on a DEX."}],"resultDescription":"Returns a structured risk report including: overall risk level (e.g. low/medium/high), a list of specific risk flags, honeypot boolean, buy and sell tax percentages, mintability status, ownership renouncement status, whether the token is listed on a DEX, holder count, token name and symbol, data source attribution, and UTC/KST timestamps for when the scan was generated.","failureModes":["Contract address not found on specified chain — returns null values for risk fields","Unsupported chain ID — endpoint may return an error or empty data","Token not yet indexed by GoPlus or Honeypot.is — data_source may indicate limited coverage","Malformed contract address (non-0x or wrong length) — validation error","Rate limiting or upstream API unavailability from GoPlus/Honeypot.is — may return stale or null data","Network timeout on render.com cold start — slow first response after inactivity"],"whenToPreferThis":"Choose this endpoint when an agent or trading bot needs a quick pre-buy token safety check on any EVM chain, particularly to detect honeypots and excessive taxes before executing a swap. It is ideal for automated DeFi bots, portfolio scanners, or alert systems that need a single structured risk verdict with actionable flags. Prefer this over raw on-chain analysis when speed and simplicity matter more than exhaustive audit depth, and when GoPlus/Honeypot.is coverage is sufficient for the chain in question.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T18:41:26.448Z","isFirstParty":false}