changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "available": {
+ "description": "False when this call has no data — a snapshot that is not warm yet, a domain switched off, or an argument that was rejected. NOT an error, and NOT a statement about the market.",
+ "type": "boolean"
+ },
+ "chain": {
+ "description": "Chain the screen ran on."
+ },
+ "object": {
+ "description": "Always \"launchpad-radar\"."
+ },
+ "reason": {
+ "description": "Why the payload is absent, when `available` is false.",
+ "type": "string"
+ },
+ "rows": {
+ "description": "Launchpad tokens approaching or past migration.",
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "bundlerHoldingPct": {
+ "description": "Share held through bundlers."
+ },
+ "chainId": {
+ "description": "EVM chain id."
+ },
+ "contractAddress": {
+ "description": "Token contract."
+ },
+ "createTime": {
+ "description": "Creation time."
+ },
+ "devAddress": {
+ "description": "Deployer address."
+ },
+ "devPosition": {
+ "description": "Deployer position size."
+ },
+ "devSellPct": {
+ "description": "Share of the deployer position already sold."
+ },
+ "holders": {
+ "description": "Holder count."
+ },
+ "holdersDevPct": {
+ "description": "Share held by the deployer."
+ },
+ "holdersInsiderPct": {
+ "description": "Share held by insiders."
+ },
+ "holdersSniperPct": {
+ "description": "Share held by snipers."
+ },
+ "holdersTop10Pct": {
+ "description": "Share held by the top 10 holders."
+ },
+ "liquidityUsd": {
+ "description": "Pool liquidity."
+ },
+ "marketCapUsd": {
+ "description": "Market cap in USD."
+ },
+ "migrateStatus": {
+ "description": "Migration status."
+ },
+ "name": {
+ "description": "Token name."
+ },
+ "newWalletHoldingPct": {
+ "description": "Share held by wallets created around launch."
+ },
+ "priceChangePct": {
+ "description": "Percentage price change over the period."
+ },
+ "priceUsd": {
+ "description": "Price in USD."
+ },
+ "progressPct": {
+ "description": "Bonding-curve progress toward migration."
+ },
+ "protocol": {
+ "description": "Launchpad protocol."
+ },
+ "socials": {
+ "additionalProperties": true,
+ "description": "Links the token publishes."
+ },
+ "symbol": {
+ "description": "Token symbol."
+ },
+ "tagDevWashTrading": {
+ "description": "Deployer wash-trading flag."
+ },
+ "tagInsiderWashTrading": {
+ "description": "Insider wash-trading flag."
+ },
+ "volumeUsd": {
+ "description": "Period volume."
+ }
+ }
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}