← Back to directory

Check a wallet's token approvals for security risks. Identifies unlimited or ris...

https://api.strale.io/x402/v2/approval-security-check

Overview

Check a wallet's token approvals for security risks. Identifies unlimited or risky approvals that could allow funds to be drained. Covers Ethereum, BSC, Base, and other EVM chains via GoPlus Security.

Protocol x402
Price $0.02
Payment Asset USD Coin
Payment Network eip155:8453
Category crypto/wallet
Provider strale
Source bazaar
Indexed 2026-09-06 08:13:59

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "discoverable": true, "method": "GET", "queryParams": { "address": { "description": "Wallet address to check approvals for (0x...)", "required": true, "type": "string" }, "chain_id": { "description": "Chain ID (1=Ethereum, 56=BSC, 8453=Base). Default: 1", "type": "string" } }, "type": "http" }

Output Schema

{ "address": { "type": "string" }, "approvals": { "type": "array" }, "chain_id": { "type": "string" }, "risk_level": { "type": "string" }, "risky_approvals": { "type": "number" }, "total_approvals": { "type": "number" } }