diff --git a/dabo/dabo-bot.sh b/dabo/dabo-bot.sh index 96e3f36..5a736b0 100755 --- a/dabo/dabo-bot.sh +++ b/dabo/dabo-bot.sh @@ -107,10 +107,10 @@ do TOKEN_INFO_CMD="binance_get_token_info" # command for buying/selling a token TRADE_CMD='binance-api-call POST /api/v3/order "&symbol=TOKEN"eOrderQty=QUANTITY&side=ACTION&type=MARKET"' - elif [ "${STOCK_EXCHANGE}" = "BITPANDA" ] + elif [ "${STOCK_EXCHANGE}" = "ONETRADING" ] then - TOKEN_INFO_CMD="bitpanda_get_token_info" - TRADE_CMD='bitpanda-api-call POST public/v1/account/orders "--header \"Content-Type: application/json\" --data \"{\\\"instrument_code\\\":\\\"TOKEN\\\",\\\"side\\\":\\\"ACTION\\\",\\\"type\\\":\\\"MARKET\\\",\\\"amount\\\":\\\"QUANTITY\\\"}\""' + TOKEN_INFO_CMD="onetrading_get_token_info" + TRADE_CMD='onetrading-api-call POST public/v1/account/orders "--header \"Content-Type: application/json\" --data \"{\\\"instrument_code\\\":\\\"TOKEN\\\",\\\"side\\\":\\\"ACTION\\\",\\\"type\\\":\\\"MARKET\\\",\\\"amount\\\":\\\"QUANTITY\\\"}\""' elif [ "${STOCK_EXCHANGE}" = "NONE" ] then ## stop here if STOCK_EXCHANGE not present