chore: fix endpoint naming

This commit is contained in:
Matthias
2025-06-15 07:05:01 +02:00
parent d6a0a4ec6c
commit a8295de2b9
+1 -1
View File
@@ -110,7 +110,7 @@ def stats(rpc: RPC = Depends(get_rpc)):
response_model=WalletsSummary,
tags=["info"],
)
def api_get_backtest_wallet(rpc: RPC = Depends(get_rpc)):
def api_get_wallet_history(rpc: RPC = Depends(get_rpc)):
results = rpc._rpc_get_historic_balance()
return {