auto_trade_sys/backend/api/routes
薇薇安 b9392e096c feat(trades): 添加对账校验接口以验证交易记录准确性
新增 `GET /api/trades/verify-binance` 接口,允许用户校验与币安的交易记录一致性。该接口支持指定时间范围和校验条数,返回校验结果的汇总和详细信息,确保策略执行分析所依赖的数据与交易所一致。
2026-02-16 14:02:55 +08:00
..
__init__.py a 2026-01-13 17:30:59 +08:00
account.py 1 2026-02-16 10:36:03 +08:00
accounts.py 1 2026-02-15 14:18:58 +08:00
admin.py 1 2026-02-14 14:47:30 +08:00
auth.py 增加多账号的支持体系 2026-01-20 15:55:34 +08:00
config.py 调整可能盈利的策略 2026-02-16 11:41:43 +08:00
dashboard.py a 2026-01-14 11:40:50 +08:00
public.py a 2026-01-21 11:48:41 +08:00
recommendations.py a 2026-01-20 10:48:32 +08:00
stats.py 1 2026-02-14 18:06:10 +08:00
system.py 1 2026-02-13 20:17:25 +08:00
trades.py feat(trades): 添加对账校验接口以验证交易记录准确性 2026-02-16 14:02:55 +08:00