changedInput schema / properties / request / anyOf
Previous value: -[
- {
- "additionalProperties": true,
- "type": "object"
- },
- {
- "description": "Request for smart money token holdings (v1 API) - flattened.",
- "properties": {
- "chains": {
- "description": "Optional list of chains to include. If omitted, defaults to ['all'] (all supported chains). Use 'all' to query all supported chains. Supported chains: arbitrum, avalanche, base, bnb, ethereum, hyperevm, hyperliquid, iotaevm, linea, mantle, monad, optimism, plasma, polygon, ronin, scroll, sei, solana, sonic, unichain, zksync, all",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "includeNativeTokens": {
- "default": true,
- "description": "Whether to include native tokens (ETH, SOL, etc.) in results",
- "type": "boolean"
- },
- "includeSmartMoneyLabels": {
- "anyOf": [
- {
- "items": {
- "enum": [
- "30D Smart Trader",
- "90D Smart Trader",
- "180D Smart Trader",
- "All Time Smart Trader",
- "Fund",
- "Smart HL Perps Trader",
- "Any Smart Money"
- ],
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Smart money category filters to include"
- },
- "includeStablecoin": {
- "default": true,
- "description": "Whether to include stablecoins in results",
- "type": "boolean"
- },
- "minHolders": {
- "default": 0,
- "description": "Minimum number of smart money holders a token must have to be included (default: 0, no filter)",
- "type": "integer"
- },
- "orderBy": {
- "anyOf": [
- {
- "enum": [
- "value_usd",
- "balance_24h_percent_change",
- "holders_count"
- ],
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Sort field. Pass an exact value above or None for default ('value_usd')."
- },
- "orderByDirection": {
- "default": "DESC",
- "description": "Sort direction: 'ASC' or 'DESC' (case-insensitive).",
- "enum": [
- "ASC",
- "DESC",
- "asc",
- "desc"
- ],
- "type": "string"
- },
- "page": {
- "default": 1,
- "type": "integer"
- }
- },
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "description": "Request for smart money token holdings (v1 API) - flattened.",
+ "properties": {
+ "chains": {
+ "description": "Optional list of chains to include. If omitted, defaults to ['all'] (all supported chains). Use 'all' to query all supported chains. Supported chains: arbitrum, avalanche, base, bnb, ethereum, hyperevm, hyperliquid, iotaevm, linea, mantle, monad, optimism, plasma, polygon, robinhood, ronin, scroll, sei, solana, sonic, unichain, zksync, all",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "includeNativeTokens": {
+ "default": true,
+ "description": "Whether to include native tokens (ETH, SOL, etc.) in results",
+ "type": "boolean"
+ },
+ "includeSmartMoneyLabels": {
+ "anyOf": [
+ {
+ "items": {
+ "enum": [
+ "30D Smart Trader",
+ "90D Smart Trader",
+ "180D Smart Trader",
+ "All Time Smart Trader",
+ "Fund",
+ "Smart HL Perps Trader",
+ "Any Smart Money"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Smart money category filters to include"
+ },
+ "includeStablecoin": {
+ "default": true,
+ "description": "Whether to include stablecoins in results",
+ "type": "boolean"
+ },
+ "minHolders": {
+ "default": 0,
+ "description": "Minimum number of smart money holders a token must have to be included (default: 0, no filter)",
+ "type": "integer"
+ },
+ "orderBy": {
+ "anyOf": [
+ {
+ "enum": [
+ "value_usd",
+ "balance_24h_percent_change",
+ "holders_count"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Sort field. Pass an exact value above or None for default ('value_usd')."
+ },
+ "orderByDirection": {
+ "default": "DESC",
+ "description": "Sort direction: 'ASC' or 'DESC' (case-insensitive).",
+ "enum": [
+ "ASC",
+ "DESC",
+ "asc",
+ "desc"
+ ],
+ "type": "string"
+ },
+ "page": {
+ "default": 1,
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ }
+]