Skip to main content
Use the Webacy SDK to add blockchain security across diverse applications. Here’s how you can leverage these capabilities for your use case.

Wallet Apps & Browser Extensions

Examples: MetaMask-like wallets, hardware wallet companions, mobile wallets

Pre-Transaction Scanning

addresses.analyze() - Check addresses before sending funds

Fast Risk Assessment

addresses.getQuickProfile() - Sub-500ms risk scores for real-time UX

Copy-Paste Protection

addresses.checkPoisoning() - Detect address poisoning attacks

Transaction Simulation

scan.scanTransaction() - Simulate transactions before signing
Additional Features:
  • scan.scanEip712() - Verify permit signatures
  • url.check() - Block phishing links
  • wallets.getApprovals() - Show risky token approvals
Value: Protect your users before they sign dangerous transactions

DeFi Protocols & DEXes

Examples: Uniswap-like DEXes, lending protocols, yield aggregators

Token Screening

contracts.analyze() - Screen new token listings

Tax Detection

contracts.getTax() - Show buy/sell taxes

Compliance

addresses.checkSanctioned() - OFAC sanctions screening

Rug Pull Detection

holderAnalysis.get() - Detect concentrated holdings
Additional Features:
  • tokens.getPools() - Pool risk analysis
Value: Screen tokens and protect your users from scams

Trading Platforms & Bots

Examples: Copy trading apps, trading bots, alpha scanners

Fast Token Risk

tradingLite.analyze() - Rapid token analysis (Solana)

Sniper Detection

holderAnalysis.get() - Detect snipers and bundlers

Trending Tokens

tokens.getTrending() - Find trending tokens with risk scores

Hidden Fee Detection

contracts.getTax() - Uncover hidden trading fees
Additional Features:
  • tokens.getPoolOhlcv() - Technical analysis data
Value: Identify safe trading opportunities, avoid scams

Exchanges (CEX & DEX)

Examples: Centralized exchanges, hybrid exchanges

Sanctions Screening

addresses.checkSanctioned() - OFAC/sanctions compliance

Deposit Screening

addresses.analyze() - Screen incoming deposits

Fund Tracing

accountTrace.trace() - Multi-hop fund flow analysis

Transaction Monitoring

transactions.analyze() - Real-time transaction screening
Additional Features:
  • contracts.analyze() - Token listing due diligence
Value: Meet regulatory requirements and protect your platform

Portfolio Trackers & Analytics

Examples: Zerion, DeBank-like apps, wallet dashboards

Approval Management

wallets.getApprovals() - Show and manage token approvals

Transaction History

wallets.getTransactions() - Risk-scored transaction history

Wallet Health

addresses.getQuickProfile() - Wallet security scores

Token Data

tokens.getToken() - Token economics and safety data
Value: Give users insights into their wallet security

Compliance & Security Teams

Examples: Crypto compliance firms, AML providers, forensic investigators

Sanctions Screening

addresses.checkSanctioned() - Real-time sanctions checks

Fund Tracing

accountTrace.trace() - Multi-hop transaction tracing

History Analysis

wallets.getTransactions() - Complete transaction history

Contract Audits

contracts.getCodeAnalysis() - Smart contract security analysis
Value: Enterprise-grade blockchain compliance and forensics

Token Launch Platforms

Examples: Pump.fun integrations, launchpads, fair launch platforms

Holder Distribution

holderAnalysis.get() - Monitor holder concentration

Launch Screening

tradingLite.analyze() - Screen new token launches

Contract Safety

contracts.analyze() - Verify contract security
Value: Verify launches are safe, detect snipers and bundlers

Why Webacy SDK?

Multi-Chain

12+ chains: ETH, SOL, BASE, ARB, POL, OPT, BSC, TON, SUI, STELLAR, BTC, SEI

Type-Safe

Full TypeScript support with IntelliSense

Real-Time

Quick profile optimized for sub-500ms responses

Comprehensive

Addresses, contracts, URLs, transactions

Production-Ready

Built-in retry logic and error handling

Pre-Transaction

Stop losses before they happen

Get Started

Installation

Install the SDK in your project

ThreatClient

Start with address and contract analysis

TradingClient

Token and holder analysis

API Reference

Full endpoint documentation