BitMEX / api-connectors

Libraries for connecting to the BitMEX API.

Home Page:https://www.bitmex.com/app/restAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

order_cancel param is wrong

CryptoUncleSam opened this issue · comments

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.