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