Exchange connector implementations for the Wisp algorithmic trading framework.
Wisp is the only Go trading framework with native Polymarket (prediction markets) support, enabling you to trade across spot, perpetual futures, options, and binary outcome markets with a unified API.
| Exchange | Market Type | Status |
|---|---|---|
| Gate.io | Spot | Production |
| Hyperliquid | Perpetual Futures | Production |
| Paradex | Perpetual Futures | Production |
| Bybit | Perpetual Futures | Production |
| Deribit | Options | Production |
| Polymarket | Prediction Markets | Alpha |
go get github.com/wisp-trading/connectorsImport and use a connector:
import "github.com/wisp-trading/connectors/pkg/connectors"
// Example: Initialize a Binance connector
binance := connectors.NewBinanceConnector(config)For detailed guides, examples, and API reference, visit the Wisp documentation.
We welcome contributions! Please see the main Wisp repository for contribution guidelines.
This project is licensed under the MIT License. See the LICENSE file in the main repository for details.