API
Wick Hunter (Binance / Bybit USDT) can be interacted with via a rest API. This page will go over what can be changed with the API.
Trading / Not Trading http://localhost:5000/symbols/[pair]/enable/[value] Example: http://localhost:5000/symbols/ethusdt/enable/true Main Settings / Per Pair Settings http://localhost:5000/symbols/[pair]/custom/[value] Example: http://localhost:5000/symbols/ethusdt/custom/true Long VWAP http://localhost:5000/symbols/[pair]/longvwap/[value] Example: http://localhost:5000/symbols/ethusdt/longvwap/2.50 Short VWAP http://localhost:5000/symbols/[pair]/shortvwap/[value] Example: http://localhost:5000/symbols/ethusdt/shortvwap/3.50 Liquidation Size http://localhost:5000/symbols/[pair]/liqsize/[value] Example: http://localhost:5000/symbols/ethusdt/liqsize/1200 Pause Bot http://localhost:5000/bot/pause Resume Bot http://localhost:5000/bot/resume Get Open Positions http://localhost:5000/bot/positions Bybit Perpetual port: 5000 Binance port: 5001
Last updated
Was this helpful?