changedInput schema / properties / request / anyOf
Previous value: -[
- {
- "additionalProperties": true,
- "type": "object"
- },
- {
- "description": "Request for the smart money PnL leaderboard (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": [
- "total_pnl_usd",
- "realized_pnl_usd",
- "unrealized_pnl_usd",
- "avg_trade_roi",
- "roi_percent_unrealised",
- "win_rate",
- "n_trades",
- "n_tokens"
- ],
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Sort field. Pass an exact value above or None for default ('total_pnl_usd')."
- },
- "orderByDirection": {
- "default": "DESC",
- "description": "Sort direction: 'ASC' or 'DESC' (case-insensitive).",
- "enum": [
- "ASC",
- "DESC",
- "asc",
- "desc"
- ],
- "type": "string"
- },
- "page": {
- "default": 1,
- "type": "integer"
- },
- "timeframe": {
- "default": 7,
- "description": "Lookback window in days. Allowed values: 1, 7, 30, 90, 180.",
- "enum": [
- 1,
- 7,
- 30,
- 90,
- 180
- ],
- "type": "integer"
- }
- },
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "description": "Request for the smart money PnL leaderboard (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": [
+ "total_pnl_usd",
+ "realized_pnl_usd",
+ "unrealized_pnl_usd",
+ "avg_trade_roi",
+ "roi_percent_unrealised",
+ "win_rate",
+ "n_trades",
+ "n_tokens"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Sort field. Pass an exact value above or None for default ('total_pnl_usd')."
+ },
+ "orderByDirection": {
+ "default": "DESC",
+ "description": "Sort direction: 'ASC' or 'DESC' (case-insensitive).",
+ "enum": [
+ "ASC",
+ "DESC",
+ "asc",
+ "desc"
+ ],
+ "type": "string"
+ },
+ "page": {
+ "default": 1,
+ "type": "integer"
+ },
+ "timeframe": {
+ "default": 7,
+ "description": "Lookback window in days. Allowed values: 1, 7, 30, 90, 180.",
+ "enum": [
+ 1,
+ 7,
+ 30,
+ 90,
+ 180
+ ],
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ }
+]