changedInput schema / properties / request / anyOf
Previous value: -[
- {
- "additionalProperties": true,
- "type": "object"
- },
- {
- "description": "Request for individual smart money DEX trades (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, iotaevm, linea, mantle, monad, optimism, plasma, polygon, robinhood, sei, solana, sonic, all",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "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"
- },
- "orderBy": {
- "anyOf": [
- {
- "enum": [
- "block_timestamp",
- "trade_value_usd",
- "token_bought_amount",
- "token_sold_amount"
- ],
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Sort field. Pass an exact value above or None for default ('block_timestamp')."
- },
- "orderByDirection": {
- "default": "DESC",
- "description": "Sort direction: 'ASC' or 'DESC' (case-insensitive).",
- "enum": [
- "ASC",
- "DESC",
- "asc",
- "desc"
- ],
- "type": "string"
- },
- "page": {
- "default": 1,
- "type": "integer"
- },
- "tokenBoughtSymbol": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Filter to trades that bought this token symbol"
- },
- "tokenSoldSymbol": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Filter to trades that sold this token symbol"
- },
- "tradeValueUsd": {
- "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": "Filter by trade value in USD"
- },
- "traderAddress": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Filter by trader address"
- }
- },
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "description": "Request for individual smart money DEX trades (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, arc, avalanche, base, bnb, ethereum, hyperevm, iotaevm, linea, mantle, monad, optimism, plasma, polygon, robinhood, sei, solana, sonic, all",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "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"
+ },
+ "orderBy": {
+ "anyOf": [
+ {
+ "enum": [
+ "block_timestamp",
+ "trade_value_usd",
+ "token_bought_amount",
+ "token_sold_amount"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Sort field. Pass an exact value above or None for default ('block_timestamp')."
+ },
+ "orderByDirection": {
+ "default": "DESC",
+ "description": "Sort direction: 'ASC' or 'DESC' (case-insensitive).",
+ "enum": [
+ "ASC",
+ "DESC",
+ "asc",
+ "desc"
+ ],
+ "type": "string"
+ },
+ "page": {
+ "default": 1,
+ "type": "integer"
+ },
+ "tokenBoughtSymbol": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Filter to trades that bought this token symbol"
+ },
+ "tokenSoldSymbol": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Filter to trades that sold this token symbol"
+ },
+ "tradeValueUsd": {
+ "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": "Filter by trade value in USD"
+ },
+ "traderAddress": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Filter by trader address"
+ }
+ },
+ "type": "object"
+ }
+]