changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "creatorSource": {
+ "description": "How the dev wallet was identified; creatorInferred is true when it may be a launchpad authority rather than a person.",
+ "type": "string"
+ },
+ "currentHoldingPct": {
+ "description": "Percent of supply the dev holds now.",
+ "type": "number"
+ },
+ "lastActivity": {
+ "description": "Unix seconds of the dev's most recent move of this token.",
+ "type": "number"
+ },
+ "poweredBy": {
+ "description": "Always \"DeFade.org\".",
+ "type": "string"
+ },
+ "recentSells": {
+ "description": "Transactions behind each bucket, newest first, capped.",
+ "type": "array"
+ },
+ "status": {
+ "description": "One-line verdict: STILL HOLDING, PARTIAL EXIT, FULLY EXITED, TRANSFERRED OUT, SOLD & TRANSFERRED, DISTRIBUTED, LOCKED and similar.",
+ "type": "string"
+ },
+ "statusColor": {
+ "description": "green, yellow, gray or red. A dev selling out is gray: the standard launch pattern, not a rug.",
+ "type": "string"
+ },
+ "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)."
+ },
+ "totalMintedPct": {
+ "description": "Genesis allocation as percent of supply; totalBoughtPct, totalSoldPct, totalTransferredPct, totalLockedPct, totalLiquidityPct alongside.",
+ "type": "number"
+ },
+ "transferRecipientAnalysis": {
+ "description": "What large recipients did with the tokens: address, amountPct, stillHeldPct, verdict.",
+ "type": "array"
+ },
+ "transferRecipients": {
+ "description": "Distinct wallets that received a transfer.",
+ "type": "number"
+ }
+ },
+ "type": "object"
+}