waveguard_volume_check
ActiveTool of WaveGuard
Detect wash trading and fake volume in OHLCV candle data. Send known-legitimate candles as training and suspect candles as test. Detects artificial volume spikes, suspiciously regular patterns, and manipulated price-volume relationships. Example: Send 100 candles from a liquid pair as baseline, test candles from a suspicious pair.
Parameters schema
{
"type": "object",
"required": [
"training",
"test"
],
"properties": {
"test": {
"type": "array",
"minItems": 1,
"description": "1+ suspect candle objects to evaluate."
},
"training": {
"type": "array",
"minItems": 2,
"description": "3+ OHLCV candle objects from known-legitimate trading. Fields: open, high, low, close, volume."
},
"sensitivity": {
"type": "number",
"description": "Detection sensitivity (default: 1.5)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WaveGuard
https://github.com/gpartin/LFMAnomalyDetection
2/7 registries