{
  "x402Version": 2,
  "id": 1088,
  "slug": "1088",
  "resource": "https://svm402.com/wash-trading/:address",
  "description": "Wash trading detection for a Solana token given its mint address. Uses Jupiter v2 24h stats to flag bot-driven volume manipulation — returns detected flag, confidence level, triggered indicators, and raw metrics. Call this before trusting a token's volume. — $0.01 USDC",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "4ofUMGcRHsfr6LMY6AuaRSQpqyKsvibSbXmieQL4i8Dc",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "pathParams": {
            "address": "HcRLc9VDgjLeK154xDawfb1dmVJ98DoSqcwTHGqiDeJR"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "address": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
            "confidence": "low",
            "detected": false,
            "fetched_at": "2026-08-28T12:00:00+00:00",
            "indicators": [],
            "metrics": {
              "organic_volume_pct": 45.2,
              "trades_per_trader": 12.3,
              "vol_liq_ratio": 2.1
            },
            "recommendation": "Volume metrics look organic.",
            "summary": "No wash trading detected."
          },
          "type": "json"
        }
      },
      "routeTemplate": "/wash-trading/:address",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "headers": {
                "additionalProperties": {
                  "type": "string"
                },
                "type": "object"
              },
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "pathParams": {
                "properties": {
                  "address": {
                    "description": "Solana token mint address (base58, 32-44 chars)",
                    "maxLength": 44,
                    "minLength": 32,
                    "type": "string"
                  }
                },
                "required": [
                  "address"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "svm402.com",
  "lastUpdated": "2026-09-18T21:47:16.4Z",
  "quality": {
    "calls30d": 100,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-18T18:42:51.062Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "svm402.com",
    "manifest_name": "svm402.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}