Hi so I created new API at https://testnet.binancefuture.com/ and now when I am using them I am getting the error:
Traceback (most recent call last):
File "/Users/Me/Data/anaconda3/lib/python3.7/site-packages/ccxt/base/exchange.py", line 592, in fetch
response.raise_for_status()
File "/Users/Me/Data/anaconda3/lib/python3.7/site-packages/requests/models.py", line 943, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://testnet.binancefuture.com/fapi/v1/order
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/Me/Data/You/Missy/BillionX/python/trading/test_ccxt.py", line 44, in <module>
order = exchange.create_order(symbol, type, side, amount, price, params)
File "/Users/Me/Data/anaconda3/lib/python3.7/site-packages/ccxt/binance.py", line 1875, in create_order
response = getattr(self, method)(self.extend(request, params))
File "/Users/Me/Data/anaconda3/lib/python3.7/site-packages/ccxt/base/exchange.py", line 466, in inner
return entry(_self, **inner_kwargs)
File "/Users/Me/Data/anaconda3/lib/python3.7/site-packages/ccxt/binance.py", line 2702, in request
response = self.fetch2(path, api, method, params, headers, body)
File "/Users/Me/Data/anaconda3/lib/python3.7/site-packages/ccxt/base/exchange.py", line 487, in fetch2
return self.fetch(request['url'], request['method'], request['headers'], request['body'])
File "/Users/Me/Data/anaconda3/lib/python3.7/site-packages/ccxt/base/exchange.py", line 608, in fetch
self.handle_errors(http_status_code, http_status_text, url, method, headers, http_response, json_response, request_headers, request_body)
File "/Users/Me/Data/anaconda3/lib/python3.7/site-packages/ccxt/binance.py", line 2696, in handle_errors
self.throw_exactly_matched_exception(self.exceptions, error, feedback)
File "/Users/Me/Data/anaconda3/lib/python3.7/site-packages/ccxt/base/exchange.py", line 505, in throw_exactly_matched_exception
raise exact[string](message)
ccxt.base.errors.BadRequest: binance {"code":-1115,"msg":"Invalid timeInForce."}