diff --git a/src/commands/market.ts b/src/commands/market.ts index 39475da..37f0d4b 100644 --- a/src/commands/market.ts +++ b/src/commands/market.ts @@ -30,7 +30,7 @@ export function registerMarketCommands(program: Command): void { .command("trending") .description("Get trending token swap data") .requiredOption("--chain ", "Chain: sol / bsc / base") - .requiredOption("--interval ", "Time interval: 1h / 3h / 6h / 24h") + .requiredOption("--interval ", "Time interval: 1m / 5m / 1h / 6h / 24h") .option("--limit ", "Number of results (default 100, max 100)", parseInt) .option("--order-by ", "Sort field: default / volume / swaps / marketcap / holder_count / price / change1h / ... (see docs for full list)") .option("--direction ", "Sort direction: asc / desc")