{"endpoint":"https://statepulse-api.hahavoid0.workers.dev/blockchain/token-safety","method":"POST","price":"$0.050","description":"One call that bundles the checks needed before trusting an unfamiliar ERC-20 token: scans deployed bytecode for dangerous function selectors (mint/pause/blacklist), reads on-chain owner() to check if ownership was renounced, and cross-references DexScreener for liquidity depth and pair age — returning a single risk score with flags. Matches: rug pull check, token safety score, is this token safe, contract risk scan, honeypot pre-check, ownership renounced check, liquidity risk.","example_input":{"address":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913"},"example_output":{"supported":true,"result":{"address":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","is_contract":true,"risk_score":15,"risk_flags":["Ownership not renounced"],"ownership":{"owner":"0x1234...","renounced":false},"liquidity":{"liquidity_usd":42000000,"pair_age_days":900}},"confidence":"medium"},"request_schema":{"type":"object","required":["address"],"properties":{"address":{"type":"string","description":"ERC-20 token contract address on Base","examples":["0x833589fcd6edb6e08f4c7c32d4f71b54bda02913"]}}},"response_schema":{"type":"object"}}