Skip to content

Commit

Permalink
fix url_path in list_all_convert_pairs
Browse files Browse the repository at this point in the history
  • Loading branch information
aRe00t authored Nov 19, 2024
1 parent 0e2e443 commit 0d652d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binance/um_futures/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def list_all_convert_pairs(self, **kwargs):
|
"""

url_path = "/sapi/v1/asset/assetDividend"
url_path = "/fapi/v1/convert/exchangeInfo"
params = {**kwargs}

return self.sign_request("GET", url_path, params)
Expand Down

0 comments on commit 0d652d3

Please sign in to comment.