Skip to content

Add Binance Spot and KuCoin webhook support#21

Open
loganoe wants to merge 2 commits into
CryptoGnome:mainfrom
loganoe:add-binance-spot-support
Open

Add Binance Spot and KuCoin webhook support#21
loganoe wants to merge 2 commits into
CryptoGnome:mainfrom
loganoe:add-binance-spot-support

Conversation

@loganoe
Copy link
Copy Markdown

@loganoe loganoe commented May 12, 2026

Summary

  • Adds a Binance Spot exchange path using ccxt with BINANCE-SPOT config support.
  • Adds KuCoin exchange support with API passphrase config.
  • Routes exchange: "binance-spot" and exchange: "kucoin" webhook payloads for market/limit orders, order cancellation, and closing the current base-asset balance.
  • Fixes the existing Binance dispatch path so Binance Futures is reachable outside the Bybit branch, and keeps futures using the configured uppercase BINANCE-FUTURES key.
  • Updates README exchange docs and adds unit coverage for the new spot exchange bots.

Verification

  • python3 -m py_compile app.py binanceFutures.py binanceSpot.py kucoin.py test_binance_spot.py test_kucoin.py
  • /tmp/tvwb-venv/bin/python -m unittest test_binance_spot test_kucoin -v
  • git diff --check

Closes #8
Closes #4

Bounty payout address if accepted: 0x7bE8796529f13882430ECeAB807712039E0dAfA2

@loganoe loganoe mentioned this pull request May 12, 2026
@loganoe loganoe changed the title Add Binance Spot webhook support Add Binance Spot and KuCoin webhook support May 12, 2026
@loganoe loganoe mentioned this pull request May 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Binance Spot KuCoin support

1 participant