S

svm402-service · Wash Trading

by svm402-service

GETSolana

per call · USDC on Solana

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

Endpoint

GET https://svm402.com/wash-trading/:address

3

Calls / 30d

2

Unique payers / 30d

Sep 10

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://svm402.com/wash-trading/:address", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://svm402.com/wash-trading/:address" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "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."
}

Payment details

Pay to4ofumgcrhsfr6lmy6auarsqpqyksvibsbxmieql4i8dc
Assetepjfwdd5aufqssqem2qn1xzybapc8g4weggkzwytdt1v
NetworksSolana
Schemesexact

Is this your API?

Pin it to the top of Market Data and the homepage with a featured placement.

Get featured →

More from svm402-service & similar services