_api.fetch_funding_history argument pair->symbol
This commit is contained in:
parent
fb4f8d94fb
commit
b3477c4802
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user