thibaultyou / tradingview-alerts-processor

Minimalist service designed to execute TradingView webhooks and process them to cryptocurrencies exchanges.
MIT License
79 stars 23 forks source link

Specific coin doesnt work on Binance #21

Closed oldrich-safar closed 3 years ago

oldrich-safar commented 3 years ago

When I try to buy SOL/USDT on Binance it shows an error, other coins I tested is working with no issues.

curl -d '{"stub": "main", "symbol": "SOL/USDT", "size": "25", "direction": "long" }' -X POST http://localhost:3000/trades -H 'Content-Type: application/json; charset=utf-8' {"message":"trading|BinanceFutures/MAIN - SOL/USDT buy trade executed."}

2021-09-07 03:45:02:error:trading|BinanceFutures/MAIN - Failed to open position on SOL/USDT. -> {"name":"ExchangeError"}

oldrich-safar commented 3 years ago

Found issue that you must buy minimum of one SOL for the full price.