DCA Bot SDK
Open Position
from mizar import Mizar
mizar_client = Mizar()
mizar_client.dca_bot_open_position(
bot_id=1,
base_asset="BTC",
quote_asset="USDT",
)
mizar_client.dca_bot_open_position(
bot_id=1,
base_asset="BTC",
quote_asset="USDT",
take_profit_pct=0.05
stop_loss_pct=0.10
)Close Position
Shift Safety Orders
Close All Positions
Stop Bot and Close all positions
Get Open Positions
Get Safety Orders
Get Active Safety Orders
Get Inactive Safety Orders
Get Take Profit Orders
Last updated
Was this helpful?