Bitmart
π Connector InfoΒΆ
- Exchange Type: Centralized Exchange (CEX)
- Market Type: Central Limit Order Book (CLOB)
Component | Status | Connector Version | V2 Strategies | Notes |
---|---|---|---|---|
π Spot Connector | β | v2.1 | Yes | |
π Perp Connector | β | v2.1 | Yes | |
π― Spot Candles Feed | Not built | |||
π― Perp Candles Feed | Not built |
βΉοΈ Exchange InfoΒΆ
- Website: https://www.bitmart.com/
- CoinMarketCap: https://coinmarketcap.com/exchanges/bitmart/
- CoinGecko: https://www.coingecko.com/en/exchanges/bitmart
- API Docs: https://www.bitmart.com/api-docs
- Fees: https://www.bitmart.com/fee/en
- Referral link: https://www.bitmart.com/invite/Hummingbot/en
π How to ConnectΒΆ
Generate API KeysΒΆ
-
Login
-
Click Account tab
-
Click Settings in the API tab
-
Create your API KEY
-
Create Successfully. The Secret Key will only be displayed once. Please copy and save.
-
Click Confirm button to exit. Now you can use your new API.
Add Keys to HummingbotΒΆ
From inside the Hummingbot client, run connect bitmart
:
If connection is successful:
π Spot ConnectorΒΆ
Integration to spot markets API endpoints
- ID:
bitmart
- Connection Type: WebSocket
- Folder: https://github.com/hummingbot/hummingbot/tree/master/hummingbot/connector/exchange/bitmart
Order TypesΒΆ
This connector supports the following OrderType
constants:
LIMIT
LIMIT_MAKER
Paper TradingΒΆ
Access the Paper Trade version of this connector by running connect bitmart_paper_trade
instead of connect bitmart
.
If this is not available by default, you can configure Hummingbot to add this paper trade exchange. See Adding Exchanges for more information.
π Perp ConnectorΒΆ
Integration to perpetual futures markets API endpoints
- ID:
bitmart_perpetual
- Connection Type: WebSocket
- Folder: https://github.com/hummingbot/hummingbot/tree/master/hummingbot/connector/derivative/bitmart_perpetual
Order TypesΒΆ
This connector supports the following OrderType
constants:
LIMIT
MARKET
Position ModesΒΆ
This connector supports the following position modes:
- One-way
- Hedge
Paper TradingΒΆ
Access the Paper Trade version of this connector by running connect bitmart_paper_trade
instead of connect bitmart_perpetual
.
If this is not available by default, you can configure Hummingbot to add this paper trade exchange. See Adding Exchanges for more information.