_api.fetch_funding_history argument pair->symbol

This commit is contained in:
Sam Germain 2022-02-01 21:57:07 -06:00
parent fb4f8d94fb
commit b3477c4802
1 changed files with 1 additions and 1 deletions

View File

@ -1786,7 +1786,7 @@ class Exchange:
try:
funding_history = self._api.fetch_funding_history(
pair=pair,
symbol=pair,
since=since
)
return sum(fee['amount'] for fee in funding_history)