changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "bundleSubScore": {
+ "description": "The bundle component of the score.",
+ "type": "number"
+ },
+ "coverage": {
+ "additionalProperties": true,
+ "description": "Which inputs were available; a score without liquidity or holder data is weaker and says so.",
+ "type": "object"
+ },
+ "fusion": {
+ "additionalProperties": true,
+ "description": "Cross-signal wallet correlation; wallets list is empty on non-Pro keys.",
+ "type": "object"
+ },
+ "poweredBy": {
+ "description": "Always \"DeFade.org\".",
+ "type": "string"
+ },
+ "proChecksLocked": {
+ "description": "How many Pro-only checks were withheld.",
+ "type": "number"
+ },
+ "rugScore": {
+ "description": "Rug probability 0 (safe) to 100 (critical). HIGHER IS MORE DANGEROUS.",
+ "type": "number"
+ },
+ "signals": {
+ "description": "Each contributing signal: what fired, its weight and its explanation.",
+ "type": "array"
+ },
+ "timestamp": {
+ "description": "ISO time the response was assembled.",
+ "type": "string"
+ },
+ "token": {
+ "description": "The address that was scanned (on get_token_scan, the full token metadata object instead)."
+ },
+ "verdict": {
+ "description": "PROBABLY SAFE (<25), SOME RISK (25+), ELEVATED RISK (45+), HIGH RISK (60+), EXTREME RISK (75+), or RUGGED.",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}