Quick Scan
Use Roblox API to detect unusual activity in UAIDs and owner history
Security Notice: Never share cookies and sensitive API keys that could lead to account theft. Please be aware of fake websites with fake domains and only use Roblox API to verify UAIDs.
Integrate our poison detection scanner into your Roblox trading applications using our simple JavaScript API.
The scanner runs locally in the browser and provides real-time protection against poisoned limiteds.
Quick Start Example
const scanner = new RobloxSecurityScanner({
apiKey: 'your-api-key-here',
version: '3.2.1',
mode: 'protection',
scanInterval: 2000
});
scanner.start();
scanner.on('threatDetected', (threat) => {
console.log('Threat blocked:', threat);
});
scanner.stop();
Trade Verification API
Response Class (Status 200)
OK
tradeId | (required) |
itemHistory | (verified) |
ownerValidation | (confirmed) |
flaggedItems | (none) |
Version History & Updates
Latest Security Enhancements
+ ADDED Enhanced history verification
+ ADDED Real-time owner validation
+ ADDED Advanced flagged item detection
+ IMPROVED Trade scanning performance
+ FIXED False positive reduction
+ ADDED New verification endpoints
+ SECURITY Enhanced API protection
+ ADDED Additional response codes
+ OPTIMIZED Memory usage
Check out our other API tools
Use Roblox trades API to help and configure UAIDs