From bca5684f6358df9b2b192b520f6ae68d8bb6a6a4 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 8 Aug 2025 10:35:12 +0800 Subject: [PATCH] =?UTF-8?q?download=20100=E4=B8=AA=E5=B8=81=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/download.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/download.sh b/tools/download.sh index a10cc3b9..08f0e1e0 100755 --- a/tools/download.sh +++ b/tools/download.sh @@ -76,7 +76,7 @@ timeframe=$(get_csv_param_value "--timeframe" "$@") if [[ -z "$pairs" ]]; then # 从API获取交易对列表 echo "Fetching pairs from API..." - pairs_json=$(curl -s "http://pairlist.xl.home/api/pairlist?mute=true&count=50") + pairs_json=$(curl -s "http://pairlist.xl.home/api/pairlist?mute=true&count=100") # 检查API响应是否成功 if [[ $? -ne 0 || -z "$pairs_json" ]]; then