Skip to content

CoinCheckでの"order temporally disabled" #148

@tkizawa

Description

@tkizawa

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
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions