changedInput schema / properties / request / anyOf
Previous value: -[
- {
- "additionalProperties": true,
- "type": "object"
- },
- {
- "description": "Complete request for token current top holders (flattened).",
- "properties": {
- "aggregateByEntity": {
- "default": false,
- "description": "Whether to aggregate data by entity instead of individual addresses",
- "type": "boolean"
- },
- "chain": {
- "default": "ethereum",
- "description": "Blockchain network. Supported: arbitrum, avalanche, base, bnb, ethereum, hyperevm, injective, iotaevm, linea, mantle, mantra, monad, near, optimism, plasma, polygon, robinhood, ronin, scroll, sei, solana, sonic, sui, ton, tron, unichain, zksync",
- "type": "string"
- },
- "entryPrice": {
- "anyOf": [
- {
- "description": "Numeric range where from_value and to_value are optional,\nallowing for open-ended ranges (e.g., only minimum or only maximum).",
- "properties": {
- "from": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Minimum value (inclusive), optional"
- },
- "to": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Maximum value (inclusive), optional"
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Entry price range filter - perps mode only"
- },
- "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": "List of smart money labels to filter by (default: empty list). Use 'Any Smart Money' to include all smart money types."
- },
- "labelType": {
- "default": "top_100_holders",
- "description": "Label type for holder analysis and filtering",
- "enum": [
- "whale",
- "public_figure",
- "smart_money",
- "top_100_holders",
- "exchange"
- ],
- "type": "string"
- },
- "mode": {
- "default": "onchain_tokens",
- "description": "Analysis mode: 'onchain_tokens' for on-chain tokens by contract address, 'perps' for Hyperliquid perpetual futures by symbol. If mode is omitted and token_address is a symbol (not a contract address), mode defaults to 'perps'.",
- "enum": [
- "onchain_tokens",
- "perps"
- ],
- "type": "string"
- },
- "orderBy": {
- "anyOf": [
- {
- "enum": [
- "holding_size",
- "total_outflow",
- "total_inflow",
- "balance_change_24h",
- "balance_change_7d",
- "balance_change_30d",
- "side",
- "entry_price",
- "leverage",
- "liquidation_price",
- "funding_usd",
- "upnl_usd"
- ],
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Sort field. Pass an exact value above or None for default ('holding_size'). Some values are mode-specific."
- },
- "order_by_direction": {
- "default": "DESC",
- "enum": [
- "ASC",
- "DESC",
- "asc",
- "desc"
- ],
- "type": "string"
- },
- "page": {
- "default": 1,
- "type": "integer"
- },
- "positionValueUsd": {
- "anyOf": [
- {
- "description": "Numeric range where from_value and to_value are optional,\nallowing for open-ended ranges (e.g., only minimum or only maximum).",
- "properties": {
- "from": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Minimum value (inclusive), optional"
- },
- "to": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Maximum value (inclusive), optional"
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Position value range filter in USD - perps mode only"
- },
- "side": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Position side filter (Long/Short) - perps mode only"
- },
- "tokenAddress": {
- "type": "string"
- },
- "upnlUsd": {
- "anyOf": [
- {
- "description": "Numeric range where from_value and to_value are optional,\nallowing for open-ended ranges (e.g., only minimum or only maximum).",
- "properties": {
- "from": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Minimum value (inclusive), optional"
- },
- "to": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Maximum value (inclusive), optional"
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Unrealized PnL range filter in USD - perps mode only"
- }
- },
- "required": [
- "tokenAddress"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "description": "Complete request for token current top holders (flattened).",
+ "properties": {
+ "aggregateByEntity": {
+ "default": false,
+ "description": "Whether to aggregate data by entity instead of individual addresses",
+ "type": "boolean"
+ },
+ "chain": {
+ "default": "ethereum",
+ "description": "Blockchain network. Supported: arbitrum, avalanche, base, bnb, ethereum, hyperevm, injective, iotaevm, linea, mantle, mantra, monad, near, optimism, plasma, polygon, robinhood, ronin, scroll, sei, solana, sonic, sui, ton, tron, unichain, zksync",
+ "type": "string"
+ },
+ "entryPrice": {
+ "anyOf": [
+ {
+ "description": "Numeric range where from_value and to_value are optional,\nallowing for open-ended ranges (e.g., only minimum or only maximum).",
+ "properties": {
+ "from": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Minimum value (inclusive), optional"
+ },
+ "to": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Maximum value (inclusive), optional"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Entry price range filter - perps mode only"
+ },
+ "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": "List of smart money labels to filter by (default: empty list). Use 'Any Smart Money' to include all smart money types."
+ },
+ "labelType": {
+ "default": "top_100_holders",
+ "description": "Label type for holder analysis and filtering",
+ "enum": [
+ "whale",
+ "public_figure",
+ "smart_money",
+ "top_100_holders",
+ "exchange"
+ ],
+ "type": "string"
+ },
+ "mode": {
+ "default": "onchain_tokens",
+ "description": "Analysis mode: 'onchain_tokens' for on-chain tokens by contract address, 'perps' for Hyperliquid perpetual futures by symbol. If mode is omitted and token_address is a symbol (not a contract address), mode defaults to 'perps'.",
+ "enum": [
+ "onchain_tokens",
+ "perps"
+ ],
+ "type": "string"
+ },
+ "orderBy": {
+ "anyOf": [
+ {
+ "enum": [
+ "holding_size",
+ "total_outflow",
+ "total_inflow",
+ "balance_change_24h",
+ "balance_change_7d",
+ "balance_change_30d",
+ "side",
+ "entry_price",
+ "leverage",
+ "liquidation_price",
+ "funding_usd",
+ "upnl_usd"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Sort field. holding_size works in both modes. onchain_tokens only: total_inflow, total_outflow, balance_change_24h, balance_change_7d, balance_change_30d. perps only: side, entry_price, leverage, liquidation_price, funding_usd, upnl_usd. Native tokens with labelType='top_100_holders' support holding_size only; use another labelType for other on-chain sorts. An unsupported combination is not an error: the call falls back to holding_size and the output notes the changed sort."
+ },
+ "order_by_direction": {
+ "default": "DESC",
+ "enum": [
+ "ASC",
+ "DESC",
+ "asc",
+ "desc"
+ ],
+ "type": "string"
+ },
+ "page": {
+ "default": 1,
+ "type": "integer"
+ },
+ "positionValueUsd": {
+ "anyOf": [
+ {
+ "description": "Numeric range where from_value and to_value are optional,\nallowing for open-ended ranges (e.g., only minimum or only maximum).",
+ "properties": {
+ "from": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Minimum value (inclusive), optional"
+ },
+ "to": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Maximum value (inclusive), optional"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Position value range filter in USD - perps mode only"
+ },
+ "side": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Position side filter (Long/Short) - perps mode only"
+ },
+ "tokenAddress": {
+ "type": "string"
+ },
+ "upnlUsd": {
+ "anyOf": [
+ {
+ "description": "Numeric range where from_value and to_value are optional,\nallowing for open-ended ranges (e.g., only minimum or only maximum).",
+ "properties": {
+ "from": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Minimum value (inclusive), optional"
+ },
+ "to": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Maximum value (inclusive), optional"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Unrealized PnL range filter in USD - perps mode only"
+ }
+ },
+ "required": [
+ "tokenAddress"
+ ],
+ "type": "object"
+ }
+]