Wick Hunter Liquidation Bot
CtrlK
  • Welcome to Wick Hunter!
  • Exchange Account
  • How to Deploy a VPS
  • How to Install Wick Hunter
  • Bot Overview
  • User Resources
  • Common Errors
  • Frequently Asked Questions
  • API
Powered by GitBook
On this page

Was this helpful?

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

3KB
WickHunter.postman_collection.json
Postman Collection
PreviousFrequently Asked Questions

Last updated 3 years ago

Was this helpful?