Hogy a rákba tudom ezt a nyuves kodot beilleszteni a binance apiba?
#!/usr/bin/env python
import logging
from binance.spot import Spot as Client
from binance.lib.utils import config_logging
from binance.error import ClientError
config_logging(logging, logging.DEBUG)
key = ""
secret = ""
client = Client(key, secret, base_url=" [link]
try:
response = client.cancel_and_replace(
"BNBUSDT",
"SELL",
"LIMIT",
"STOP_ON_FAILURE",
timeInForce="GTC",
quantity=10.1,
price=295.92,
# The order with this id (cancelOrderId) has to be able to be cancelled.
# If you wish to test, create an open order first, then copy and paste id to here.
cancelOrderId=12,
recvWindow=5000,
)
logging.info(response)
except ClientError as error:
logging.error(
"Found error. status: {}, error code: {}, error message: {}".format(
error.status_code, error.error_code, error.error_message
)
)
tórárette tóró
kiáradt a tiszaszipi
40. válasz valamint továbbra is F72 kód.
És ha tudnál programozni legalább alapszinten, vagy már írtál volna legalább egy darab programot életedben akkor ezt is el tudnád indítani.
Kapcsolódó kérdések:
Minden jog fenntartva © 2025, www.gyakorikerdesek.hu
GYIK | Szabályzat | Jogi nyilatkozat | Adatvédelem | Cookie beállítások | WebMinute Kft. | Facebook | Kapcsolat: info(kukac)gyakorikerdesek.hu
Ha kifogással szeretne élni valamely tartalommal kapcsolatban, kérjük jelezze e-mailes elérhetőségünkön!