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 \"smart-money-inflow\"."
+ },
+ "period": {
+ "description": "Lookback period."
+ },
+ "reason": {
+ "description": "Why the payload is absent, when `available` is false.",
+ "type": "string"
+ },
+ "rows": {
+ "description": "Tokens ranked by smart-money inflow.",
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "chainId": {
+ "description": "EVM chain id."
+ },
+ "contractAddress": {
+ "description": "Token contract."
+ },
+ "holders": {
+ "description": "Holder count."
+ },
+ "holdersTop10Pct": {
+ "description": "Share held by the top 10 holders — concentration risk."
+ },
+ "inflowUsd": {
+ "description": "Net smart-money inflow — what the ranking is on."
+ },
+ "kycHolders": {
+ "description": "Holders with a KYC attestation."
+ },
+ "launchTime": {
+ "description": "When the token launched."
+ },
+ "liquidityUsd": {
+ "description": "Pool liquidity."
+ },
+ "marketCapUsd": {
+ "description": "Market cap in USD."
+ },
+ "priceChangePct": {
+ "description": "Percentage price change over the period."
+ },
+ "priceUsd": {
+ "description": "Price in USD."
+ },
+ "riskLevel": {
+ "description": "Risk grade."
+ },
+ "symbol": {
+ "description": "Token symbol."
+ },
+ "traders": {
+ "description": "Distinct traders."
+ },
+ "volumeUsd": {
+ "description": "Period volume."
+ }
+ }
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}