> ## Documentation Index
> Fetch the complete documentation index at: https://docs.webacy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Webacy DD APIs

> Enterprise-grade real-time risk intelligence for blockchain wallets, tokens, smart contracts, transactions, and DeFi vaults across major EVM and non-EVM chains.

The Webacy DD APIs are an enterprise-grade, real-time blockchain transaction, wallet, token, address, smart contract, and customer-level risk system.

<CardGroup cols={2}>
  <Card title="Get Your API Key" icon="key" href="https://developers.webacy.co/billing">
    Sign up for API access to start building
  </Card>

  <Card title="Contact Us" icon="envelope" href="mailto:info@webacy.com">
    Reach out for enterprise plans and support
  </Card>
</CardGroup>

<Tip>
  **Want a Sandbox UI?** Check out [DD.xyz](https://dd.xyz), which uses all of our APIs. Note that not all functionalities available through our APIs are available on the DD.xyz app.
</Tip>

## Get Started

<Card title="Quickstart" icon="rocket" href="/quickstart" horizontal>
  Get your API key and make your first request in minutes
</Card>

## API Reference

<CardGroup cols={2}>
  <Card title="Full API Documentation" icon="book-open" href="/api-reference/introduction">
    Complete endpoint reference with interactive examples
  </Card>

  <Card title="Authentication" icon="key" href="/api-reference/authentication">
    Learn how to authenticate your API requests
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Risk DD Endpoints" icon="shield-halved" href="/api-reference/riskdd">
    Risk due diligence for addresses, tokens, and contracts
  </Card>

  <Card title="Trading DD Endpoints" icon="chart-line" href="/api-reference/tradingdd">
    Trading-focused analysis and pool data
  </Card>
</CardGroup>

## What Can You Do?

<CardGroup cols={2}>
  <Card title="Screen Addresses" icon="shield-check" href="/api-reference/threat-risks/threat-considerations-for-an-address">
    Analyze wallets for threats, sanctions, and malicious activity
  </Card>

  <Card title="Analyze Tokens" icon="coins" href="/api-reference/token-analysis/get-token-economic-history">
    Get comprehensive security and market analysis for any token
  </Card>

  <Card title="Scan Contracts" icon="file-code" href="/api-reference/contract-risk/get-a-real-time-analysis-for-a-given-contract-address">
    Detect vulnerabilities and risks in smart contracts
  </Card>

  <Card title="Transaction Scanning (KYT)" icon="magnifying-glass" href="/api-reference/transaction-scanning/scan-raw-evm-transaction-for-security-risks">
    Know Your Transaction — preview transaction risks before users sign
  </Card>

  <Card title="Check Sanctions" icon="ban" href="/api-reference/sanction-checks/check-if-wallet-address-is-sanctioned">
    Screen addresses against OFAC and global sanction lists
  </Card>

  <Card title="Analyze Holders" icon="users" href="/api-reference/holder-analysis/get-detailed-early-holder-analysis-for-a-token">
    Detect snipers, whale concentration, and holder risks
  </Card>
</CardGroup>

## Explore the Docs

<CardGroup cols={3}>
  <Card title="API Reference" icon="book" href="/api-reference/introduction">
    Full endpoint documentation
  </Card>

  <Card title="Supported Chains" icon="link-horizontal" href="/essentials/supported-blockchains">
    13 blockchain networks
  </Card>

  <Card title="Risk Modules" icon="shield" href="/essentials/modules">
    13 analysis modules
  </Card>
</CardGroup>

## What's Next

<Card title="Authentication" icon="lock" href="/api-reference/authentication" horizontal>
  Learn how to authenticate your API requests
</Card>
