You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like the adapter is trying to be "smart" and convert camelCase parameters to snake_case ones, which it shouldn't do as these keys are sent over the wire. We'll investigate.
https://github.com/BitMEX/api-connectors/blob/master/auto-generated/python/docs/OrderApi.md#order_cancel
Say param is order_id when is orderID
The text was updated successfully, but these errors were encountered: