> ## 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.

# Get Simplified Token Analysis with Security Indicators

> Returns simplified token analysis including bundler detection, sniper detection, top holder distribution, developer activity, and token authority status (mintable/freezable). Optimized for repeat calls. Currently supports Solana (sol) only.

**Security Indicators:**
- `mintable: false` = Mint authority renounced (supply is fixed) ✅
- `mintable: true` = Token supply can still be increased ⚠️
- `freezable: false` = Freeze authority renounced (accounts cannot be frozen) ✅
- `freezable: true` = Accounts can be frozen by issuer ⚠️

**Performance:**
- First call: Full analysis (~2-5 seconds)
- Cached calls: Fast response (~0.5 seconds)
- Cache TTL: 5 minutes



## OpenAPI

````yaml GET /trading-lite/{address}
openapi: 3.0.1
info:
  title: Risk Score API
  description: API definition for Webacy Risk Scores
  version: 1.2.0
servers:
  - url: https://api.webacy.com
    description: Webacy Risk Score API (Production)
  - url: https://api-development.webacy.com
    description: Webacy Risk Score API (Development)
  - url: http://0.0.0.0:3030/api/v1/risk-score
    description: Webacy Risk Score API - Local
security:
  - api_key: []
tags:
  - name: Threat Risks
    description: Analyze addresses for security threats and malicious activity
  - name: Sanction Checks
    description: Check addresses against OFAC and other sanction lists
  - name: Approval Risks
    description: Analyze token approvals and associated risks
  - name: Transaction Risks
    description: Assess risk details for blockchain transactions
  - name: Exposure Risk
    description: Understand risk profile and exposure of addresses
  - name: Contract Risk
    description: Real-time smart contract security analysis
  - name: URL Risks
    description: Analyze URLs for phishing and security threats
  - name: API Usage
    description: Monitor and manage API consumption
  - name: Holder Analysis
    description: Token holder distribution and sniper detection
  - name: Address Poisoning
    description: Detect address poisoning attack patterns
  - name: Token Analysis
    description: Comprehensive token security and market analysis
  - name: Pool Analysis
    description: Liquidity pool data and analysis
  - name: Transaction Scanning
    description: Scan and simulate transactions for risks
  - name: trading-lite
    description: Lightweight trading risk assessment
  - name: RWA & Pegged Tokens
    description: >-
      Real-world asset and pegged-token analytics (supply flows, mint/burn
      velocity)
  - name: Vault Risk v3
    description: >-
      Webacy-native v3 vault risk surface — composite grade, categories,
      coverage, and the framework taxonomy (RFC-019).
  - name: RWA Risk v3
    description: >-
      Webacy-native v3 RWA / stablecoin risk surface — composite grade,
      structural-health criteria, and batch (RFC-019).
paths:
  /trading-lite/{address}:
    get:
      tags:
        - trading-lite
      summary: Get simplified token analysis with security indicators
      description: >-
        Returns simplified token analysis including bundler detection, sniper
        detection, top holder distribution, developer activity, and token
        authority status (mintable/freezable). Optimized for repeat calls.
        Currently supports Solana (sol) only.


        **Security Indicators:**

        - `mintable: false` = Mint authority renounced (supply is fixed) ✅

        - `mintable: true` = Token supply can still be increased ⚠️

        - `freezable: false` = Freeze authority renounced (accounts cannot be
        frozen) ✅

        - `freezable: true` = Accounts can be frozen by issuer ⚠️


        **Performance:**

        - First call: Full analysis (~2-5 seconds)

        - Cached calls: Fast response (~0.5 seconds)

        - Cache TTL: 5 minutes
      operationId: getTradingLite
      parameters:
        - name: address
          in: path
          required: true
          description: Token mint address
          schema:
            type: string
        - in: query
          name: chain
          description: Blockchain identifier (currently only 'sol' is supported)
          required: true
          schema:
            type: string
            enum:
              - sol
          example: sol
        - in: query
          name: refreshCache
          description: Force refresh cached analysis data
          required: false
          schema:
            type: boolean
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/TradingLiteAnalysis'
              example:
                CA: Cyiojx5i3ovsg4cztj95rJnrDm5sGysFfzAxbzzqpump
                DA: A3C1t5nyLRA97wLL8K2CX2DpbytYz3mvdEoKsUvv8iiV
                Top10Holders: 0
                SniperPercentageOnLaunch: 100
                SniperAddresses:
                  - address: BwWK17cbHxwWBKZkUYvzxLcNQ1YVyaFezduWbtm2de6s
                    initiallyAcquiredPercentage: 100
                    initiallyAcquiredAmount: 1000000000
                    currentHoldingPercentage: 0
                    currentHoldingAmount: 0
                  - address: A3C1t5nyLRA97wLL8K2CX2DpbytYz3mvdEoKsUvv8iiV
                    initiallyAcquiredPercentage: 0.42
                    initiallyAcquiredAmount: 4218109.144397
                    currentHoldingPercentage: 0
                    currentHoldingAmount: 0
                  - address: Fmn5wACZ9XFfqxN5fwoRWM1PHoAf2MHS9dM5V8TkHvrm
                    initiallyAcquiredPercentage: 1.41
                    initiallyAcquiredAmount: 14008360.953136
                    currentHoldingPercentage: 0
                    currentHoldingAmount: 0
                  - address: F4nx9DbZxQhR2nf8TfRnZ9hFxWJa9tC2BK6ZVrEG2ky9
                    initiallyAcquiredPercentage: 0
                    initiallyAcquiredAmount: 207.371291
                    currentHoldingPercentage: 0
                    currentHoldingAmount: 0
                BundlerAddresses:
                  - address: BwWK17cbHxwWBKZkUYvzxLcNQ1YVyaFezduWbtm2de6s
                    initiallyAcquiredPercentage: 100
                    initiallyAcquiredAmount: 1000000000
                    currentHoldingPercentage: 0
                    currentHoldingAmount: 0
                  - address: A3C1t5nyLRA97wLL8K2CX2DpbytYz3mvdEoKsUvv8iiV
                    initiallyAcquiredPercentage: 0.42
                    initiallyAcquiredAmount: 4218109.144397
                    currentHoldingPercentage: 0
                    currentHoldingAmount: 0
                  - address: Fmn5wACZ9XFfqxN5fwoRWM1PHoAf2MHS9dM5V8TkHvrm
                    initiallyAcquiredPercentage: 1.41
                    initiallyAcquiredAmount: 14008360.953136
                    currentHoldingPercentage: 0
                    currentHoldingAmount: 0
                  - address: F4nx9DbZxQhR2nf8TfRnZ9hFxWJa9tC2BK6ZVrEG2ky9
                    initiallyAcquiredPercentage: 0
                    initiallyAcquiredAmount: 207.371291
                    currentHoldingPercentage: 0
                    currentHoldingAmount: 0
                SniperPercentageHolding: 0
                SniperConfidence: 46
                BundlerPercentageOnLaunch: 100
                BundlerPercentageHolding: 0
                TotalHolders: 1
                DexScreenerPaid: false
                DevHoldingPercentage: 0
                DevLaunched24Hours: 0
                mintable: false
                freezable: false
                lastAnalyzedSlot: 123456789
                analysisTimestamp: 1702483200000
        '400':
          description: Unsupported chain or invalid request
        '401':
          $ref: '#/components/responses/UnauthorizedError'
      security:
        - api_key: []
components:
  schemas:
    TradingLiteAnalysis:
      type: object
      description: >-
        Lightweight trading analysis including sniper and bundler detection for
        early token activity
      properties:
        CA:
          type: string
          description: Contract address of the token
        DA:
          type: string
          description: Deployer address
        Top10Holders:
          type: number
          description: Percentage held by the top 10 holders at analysis time
        SniperPercentageOnLaunch:
          type: number
          description: Percentage of supply acquired by snipers at launch
        SniperAddresses:
          type: array
          description: Addresses flagged as potential snipers
          items:
            $ref: '#/components/schemas/TradingLiteHolderBreakdown'
        BundlerAddresses:
          type: array
          description: Addresses flagged as coordinated buyers/bundlers
          items:
            $ref: '#/components/schemas/TradingLiteHolderBreakdown'
        SniperPercentageHolding:
          type: number
          description: Current percentage of supply held by snipers
        SniperConfidence:
          type: number
          nullable: true
          description: Confidence score (0-100) for sniper detection
        BundlerPercentageOnLaunch:
          type: number
          description: Percentage of supply acquired by bundlers at launch
        BundlerPercentageHolding:
          type: number
          description: Current percentage of supply held by bundlers
        TotalHolders:
          type: number
          description: Total number of holders at analysis time
        DexScreenerPaid:
          type: boolean
          description: Whether the project has paid for DexScreener promotion
        DevHoldingPercentage:
          type: number
          description: Current holding percentage of the deployer/developer
        DevLaunched24Hours:
          type: number
          description: Number of tokens launched by the deployer in the last 24 hours
        mintable:
          type: boolean
          description: >-
            Whether the token can still be minted. True if mint authority is not
            renounced. False indicates the token supply is permanently fixed.
        freezable:
          type: boolean
          description: >-
            Whether token accounts can be frozen. True if freeze authority is
            not renounced. False indicates accounts cannot be frozen by the
            issuer.
        lastAnalyzedSlot:
          type: number
          nullable: true
          description: >-
            Last analyzed slot number from the bundling/sniper detection. Used
            by real-time monitoring to know where to start listening from.
        analysisTimestamp:
          type: number
          nullable: true
          description: >-
            Timestamp (milliseconds since epoch) when this analysis was
            performed. Used for cache invalidation and freshness checks.
      required:
        - CA
        - DA
        - Top10Holders
        - SniperPercentageOnLaunch
        - SniperAddresses
        - BundlerAddresses
        - SniperPercentageHolding
        - SniperConfidence
        - BundlerPercentageOnLaunch
        - BundlerPercentageHolding
        - TotalHolders
        - DexScreenerPaid
        - DevHoldingPercentage
        - DevLaunched24Hours
        - mintable
        - freezable
      example:
        CA: Cyiojx5i3ovsg4cztj95rJnrDm5sGysFfzAxbzzqpump
        DA: A3C1t5nyLRA97wLL8K2CX2DpbytYz3mvdEoKsUvv8iiV
        Top10Holders: 0
        SniperPercentageOnLaunch: 100
        SniperAddresses:
          - address: BwWK17cbHxwWBKZkUYvzxLcNQ1YVyaFezduWbtm2de6s
            initiallyAcquiredPercentage: 100
            initiallyAcquiredAmount: 1000000000
            currentHoldingPercentage: 0
            currentHoldingAmount: 0
          - address: A3C1t5nyLRA97wLL8K2CX2DpbytYz3mvdEoKsUvv8iiV
            initiallyAcquiredPercentage: 0.42
            initiallyAcquiredAmount: 4218109.144397
            currentHoldingPercentage: 0
            currentHoldingAmount: 0
          - address: Fmn5wACZ9XFfqxN5fwoRWM1PHoAf2MHS9dM5V8TkHvrm
            initiallyAcquiredPercentage: 1.41
            initiallyAcquiredAmount: 14008360.953136
            currentHoldingPercentage: 0
            currentHoldingAmount: 0
          - address: F4nx9DbZxQhR2nf8TfRnZ9hFxWJa9tC2BK6ZVrEG2ky9
            initiallyAcquiredPercentage: 0
            initiallyAcquiredAmount: 207.371291
            currentHoldingPercentage: 0
            currentHoldingAmount: 0
        BundlerAddresses:
          - address: BwWK17cbHxwWBKZkUYvzxLcNQ1YVyaFezduWbtm2de6s
            initiallyAcquiredPercentage: 100
            initiallyAcquiredAmount: 1000000000
            currentHoldingPercentage: 0
            currentHoldingAmount: 0
          - address: A3C1t5nyLRA97wLL8K2CX2DpbytYz3mvdEoKsUvv8iiV
            initiallyAcquiredPercentage: 0.42
            initiallyAcquiredAmount: 4218109.144397
            currentHoldingPercentage: 0
            currentHoldingAmount: 0
          - address: Fmn5wACZ9XFfqxN5fwoRWM1PHoAf2MHS9dM5V8TkHvrm
            initiallyAcquiredPercentage: 1.41
            initiallyAcquiredAmount: 14008360.953136
            currentHoldingPercentage: 0
            currentHoldingAmount: 0
          - address: F4nx9DbZxQhR2nf8TfRnZ9hFxWJa9tC2BK6ZVrEG2ky9
            initiallyAcquiredPercentage: 0
            initiallyAcquiredAmount: 207.371291
            currentHoldingPercentage: 0
            currentHoldingAmount: 0
        SniperPercentageHolding: 0
        SniperConfidence: 46
        BundlerPercentageOnLaunch: 100
        BundlerPercentageHolding: 0
        TotalHolders: 1
        DexScreenerPaid: false
        DevHoldingPercentage: 0
        DevLaunched24Hours: 0
        mintable: false
        freezable: false
        lastAnalyzedSlot: 123456789
        analysisTimestamp: 1702483200000
    TradingLiteHolderBreakdown:
      type: object
      description: >-
        Breakdown of holdings for a specific wallet flagged in trading-lite
        analysis
      properties:
        address:
          type: string
          description: Wallet address
        initiallyAcquiredPercentage:
          type: number
          description: Percentage of total supply acquired at launch
        initiallyAcquiredAmount:
          type: number
          description: Token amount acquired at launch
        currentHoldingPercentage:
          type: number
          description: Current percentage of supply held
        currentHoldingAmount:
          type: number
          description: Current token amount held
      required:
        - address
        - initiallyAcquiredPercentage
        - initiallyAcquiredAmount
        - currentHoldingPercentage
        - currentHoldingAmount
      example:
        address: BwWK17cbHxwWBKZkUYvzxLcNQ1YVyaFezduWbtm2de6s
        initiallyAcquiredPercentage: 100
        initiallyAcquiredAmount: 1000000000
        currentHoldingPercentage: 0
        currentHoldingAmount: 0
  responses:
    UnauthorizedError:
      description: Authorization information is missing or invalid
      content:
        application/json:
          example:
            message: Unauthorized
  securitySchemes:
    api_key:
      type: apiKey
      in: header
      name: x-api-key

````