changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "analyzedAt": {
+ "description": "ISO time of the scan itself.",
+ "type": "string"
+ },
+ "creator": {
+ "additionalProperties": true,
+ "description": "Deployer wallet: address, walletAgeDays, solBalance, totalTransactions, tokenCreations, recentTokens, riskLevel.",
+ "type": "object"
+ },
+ "holders": {
+ "additionalProperties": true,
+ "description": "Same body as get_holders: totalHolders, topHolders, concentration, protocolHoldings, lockedSupply, deferredUnlock, bundles.",
+ "type": "object"
+ },
+ "poweredBy": {
+ "description": "Always \"DeFade.org\".",
+ "type": "string"
+ },
+ "risk": {
+ "additionalProperties": true,
+ "description": "The SAFETY score: score (0-100, 100 is clean), rating, color, flags. Opposite direction from get_rug_score.",
+ "type": "object"
+ },
+ "scanCount": {
+ "description": "Scans of this token in the last 24h.",
+ "type": "number"
+ },
+ "success": {
+ "description": "Whether the scan completed.",
+ "type": "boolean"
+ },
+ "timestamp": {
+ "description": "ISO time the response was assembled.",
+ "type": "string"
+ },
+ "token": {
+ "additionalProperties": true,
+ "description": "Token metadata: name, symbol, mint, supply, decimals, creator, mintAuthority, freezeAuthority, marketCap, liquidity.",
+ "type": "object"
+ }
+ },
+ "type": "object"
+}