BTC Markets
π Connector InfoΒΆ
- Exchange Type: Centralized Exchange (CEX)
- Market Type: Central Limit Order Book (CLOB)
Component | Status | Connector Version | V2 Strategies | Notes |
---|---|---|---|---|
π Spot Connector | β | v2.0 | Yes | |
π Perp Connector | Not available | |||
π― Spot Candles Feed | Not built | |||
π― Perp Candles Feed | Not built |
βΉοΈ Exchange InfoΒΆ
- Website: https://www.btcmarkets.net/
- CoinMarketCap: https://coinmarketcap.com/exchanges/btc-markets/
- CoinGecko: https://www.coingecko.com/en/exchanges/btcmarkets
- API Docs: https://docs.btcmarkets.net/v3/
- Fees: https://www.btcmarkets.net/fees
- Supported Countries: Primarily Australia
π How to ConnectΒΆ
Generate API KeysΒΆ
Add Keys to HummingbotΒΆ
From inside the Hummingbot client, run connect btc_markets
:
If connection is successful:
π Spot ConnectorΒΆ
Integration to spot markets API endpoints
- ID:
btc_markets
- Connection Type: WebSocket
- Folder: https://github.com/hummingbot/hummingbot/tree/master/hummingbot/connector/exchange/btc_markets
Order TypesΒΆ
This connector supports the following OrderType
constants:
LIMIT
LIMIT_MAKER
MARKET
Paper TradingΒΆ
Access the Paper Trade version of this connector by running connect btc_markets_paper_trade
instead of connect btc_markets
.
If this is not available by default, you can configure Hummingbot to add this paper trade exchange. See Adding Exchanges for more information.