Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CoinCheckでの"order temporally disabled" #148

Open
tkizawa opened this issue Dec 11, 2018 · 2 comments
Open

CoinCheckでの"order temporally disabled" #148

tkizawa opened this issue Dec 11, 2018 · 2 comments

Comments

@tkizawa
Copy link

tkizawa commented Dec 11, 2018

CoinCheckで売りの処理をした際に"order temporally disabled"とエラーになってしまいます。
CoinCheckではレバレッジの口座に入金しており、資金は不足はしていません。
設定上は0.01BTCの売りは可能かと考えていますが、このエラーの要因を教えていただきたく
よろしくお願いします。

ログです。
2018-12-11 22:39:28.333 ERROR [Arbitrager] HTTP request failed. Response from https://coincheck.com/api/exchange/orders. Status Code: 400 (Bad Request) Content: {"success":false,"error":"order temporally disabled"}

config.jsonでのCoinCheckの設定は下記のとおりです。
"brokers": [
{
"broker": "Coincheck",
"enabled": true,
"key": "XXXXXXXXXXXXXXXX",
"secret": "XXXXXXXXXXXXXXXX",
"maxLongPosition": 0.01,
"maxShortPosition": 0.01,
"cashMarginType": "NetOut",
"commissionPercent": 0
},

@surume-ika
Copy link

surume-ika commented Dec 11, 2018

tkizawaさん

2018年の11/26の公式のプレスでは、
なんとcoincheckがまだレバレッジ取引を再開しておりません。。。

https://corporate.coincheck.com/2018/11/26/62.html

取引が再開されたら、綺麗に動くかもしれません。。。

@tkizawa
Copy link
Author

tkizawa commented Dec 11, 2018

surume-ikaさん
ありがとうございます。そういうことなんですね。
再開を待ってから試したいと思います。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants