cryptoxlib-aio icon indicating copy to clipboard operation
cryptoxlib-aio copied to clipboard

Fix Onetrading support

Open mcristof89 opened this issue 1 year ago • 0 comments

According to documentation (https://docs.onetrading.com/) the new REST API URL is https://api.onetrading.com/fast/v1.

Furthermore in OneTrading examples and tests, the calls to

  • create_limit_order
  • create_stop_limit_order should have the additional argument enums.TimeInForce.GOOD_TILL_CANCELLED.

mcristof89 avatar Mar 13 '24 21:03 mcristof89