chore: remove edge from ft_rest_client
This commit is contained in:
@@ -190,9 +190,6 @@ delete_trade
|
|||||||
|
|
||||||
:param trade_id: Deletes the trade with this ID from the database.
|
:param trade_id: Deletes the trade with this ID from the database.
|
||||||
|
|
||||||
edge
|
|
||||||
Return information about edge.
|
|
||||||
|
|
||||||
forcebuy
|
forcebuy
|
||||||
Buy an asset.
|
Buy an asset.
|
||||||
|
|
||||||
|
|||||||
@@ -189,13 +189,6 @@ class FtRestClient:
|
|||||||
"""
|
"""
|
||||||
return self._get("monthly", params={"timescale": months} if months else None)
|
return self._get("monthly", params={"timescale": months} if months else None)
|
||||||
|
|
||||||
def edge(self):
|
|
||||||
"""Return information about edge.
|
|
||||||
|
|
||||||
:return: json object
|
|
||||||
"""
|
|
||||||
return self._get("edge")
|
|
||||||
|
|
||||||
def profit(self):
|
def profit(self):
|
||||||
"""Return the profit summary.
|
"""Return the profit summary.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user