Sem categoria

Binance API tutorial in python





* O link do vídeo está no final desse post.

Descubra tudo sobre Robô IQ OPTION de AUTOMATIZAÇÃO de Lista de SINAIS
E conheça também sobre o Melhor Bot Para Opções Binárias 2022
Que tal um robo gratuito para IQ Option? Sistema Para IQ Option Grátis





Welcome to CodeWithJoe In this tutorial i will show you how to navigate through the binance api in python, so that you can fetch …

Vídeo

Gosta de dicas de futebol para investimento desportivo? Então visita agora mesmo Palpites Copa do Mundo e prepara-se para viver a emoção do maior campeonato do planeta.





50 Comentários

  1. can creating binance bot cause bad cases? like banning from binance or any other punishment etc.

  2. Hi, Joe how to setup the take profit/stop loss order? my code is:

    def order(side, quantity, symbol, order_type=ORDER_TYPE_MARKET,):

    try:

    print(f"sending order {order_type} – {side} {quantity} {symbol}")

    order = client.futures_create_order(symbol=symbol, side=side, type=order_type, quantity=quantity)

  3. Can some one help me?. I go zero knowledge about coding. is it possible to create buy and sell limit orders with specified price using these bots?

  4. i am using python to run the robot any way to prevent this ?binance 418 {"code":-1003,"msg":"Way too much request weight used; IP banned until 1625407850279. Please use the websocket for live updates to avoid bans."}

  5. No one contact the "Pinned by CodeWithJoe" with his What'sApp address. He scammed me out of $300 by pretending to be the real CodeWithJoe.

  6. It allows me to create a client object but none of the commands such as .get_symbol_info() don’t work. Any ideas? I installed pip and latest version of python on my Linux machine and then I ran the pip install python-binance line and it has seemed to installed correctly

  7. What's this config module you're importing. What package do I have to install? My Python doesn't find that module…

  8. GOJTECHIE has just made my day I am so excited and appreciative to him for recovering my bitcoin I saw some positive comments and recommendations about him and I decided to follow him up on Instagram and now he just recovered my bitcoin in no time.

  9. When I want to create an order with client.create_order I get this. "AttributeError: 'bytes' object has no attribute 'encode'"

    Thats my code:
    from binance.enums import *

    order = client.create_order(

    symbol=SYMBOL,

    side=SIDE_BUY,

    type=ORDER_TYPE_MARKET,

    quantity=1)

  10. congratulations on the channel and the video, I wanted your contact because I want to configure a grid robot that acts according to the RSI that it would have and that has the drag-up function.

  11. Hi dear,

    Can you help me.? I always try to run anything object about client, I get " Client' object has no attribute ***** '" where *** are get_symbol_info, get_order_book and another functions

    Should I install other library?

    thanks so much

  12. what is the program that y use for coding? couse on visual studio code the code doesnt work but using spyder it works

  13. How to solve the OnTick problem ? Now in your video I need to give command every time before the trades

  14. I receive this error while using the client object that ı created

    sys:1: RuntimeWarning: coroutine 'ClientBase._request' was never awaited

  15. Hey Joe – Amazing tutorial my friend!😃
    How can we get the current bitcoin price with "binance python api"?

  16. you saved my life Joe, thanks for the straightforward explanations. Got me over some major hurdles with my current project.

  17. 15:48: locked means that you have reserved an amount for trading…. for instance, if you placed an order on binance with a certain amount, this amount will be locked, and cannot be used until the trade is done or cancel.

  18. Is there a way that the bot can use my full balance to buy a coin instead of using a certain quantity?