{
"market": "csfloat",
"currency": "USD",
"items": [
{
"market_hash_name": "★ Butterfly Knife | Doppler (Factory New)",
"doppler_phase": "Phase 2",
"price": 1850.00,
"count": 12,
"change_24h": 1.1,
"change_7d": -2.4
},
{
"market_hash_name": "★ Butterfly Knife | Doppler (Factory New)",
"doppler_phase": "Ruby",
"price": 12400.00,
"count": 2,
"change_24h": 0.0,
"change_7d": 3.2
}
]
}
Critical: Two rows share the same market_hash_name but different doppler_phase. Joining without phase collapses a $12k Ruby into a $1.8k Phase 2 — catastrophic for bots.