Connection & API keys
โ Keys will be stored in this browser's localStorage on this device. Only enable on a private machine.
Order
Quantity is in the base asset (e.g. BTC for BTCUSDT). The exchange enforces min size & price/qty precision โ if rejected, check the log for the exact reason.
Paste a signal
Paste a copied signal (JSON) to auto-fill the order form, then review and hit Open trade. Nothing is sent until you press the button.
Recognised keys: symbol, direction/side,
entry_price/price, qty/quantity,
leverage, exchange, market_type/market,
order_type. Unknown keys are ignored.
Activity log
If a request fails with a network/CORS error while opened from
file://, serve the file locally instead:
run python3 -m http.server in this folder and open
http://localhost:8000/trade.html.