Wagmi Local Trade
Bybit & Binance ยท runs on your device
Testnet
๐Ÿ”’
100% local & private. This single file has no server and no dependencies. Your API keys stay on this device and are sent only straight to the exchange over HTTPS โ€” never to WAGMI. For safety, use API keys with trade-only permission (no withdrawal) and keep Testnet on until you're ready to go live.

Connection & API keys

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

Actions and exchange responses appear here. Your secret is never logged.

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.