Open Fo3nix opened 2 years ago
This seems not an issue of this library. Can you trade ETHUP
on binance website?
Thanks. Unfortunately the site also won't let me trade it. It says it has something to do with jurisdiction. Probably because I live in the Netherlands then. Well thanks for replying anyway!
Describe the bug
To Reproduce from binance.client import Client from binance.enums import *
client = Client(api_key, secret_key) client.create_order(symbol="ETHUPUSDT", side=SIDE_BUY, type=ORDER_TYPE_MARKET, quantity=1)
Expected behavior I was trying to buy ETHUP, but it said the function was disabled. How do I enable it?