Fixed
This commit is contained in:
@@ -28,7 +28,7 @@ async def get_min_qty(tg_id: int) -> float:
|
||||
|
||||
client = HTTP(api_key=api_key, api_secret=secret_key)
|
||||
|
||||
price = await get_price(tg_id)
|
||||
price = await get_price(tg_id, symbol=symbol)
|
||||
|
||||
response = client.get_instruments_info(symbol=symbol, category='linear')
|
||||
|
||||
|
Reference in New Issue
Block a user