BingX
đ 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 | Supports MARKET and LIMIT order types |
đ¯ Spot Candles Feed | Not built |
âšī¸ Exchange Info¶
- Website: https://bingx.com/
- CoinGecko: https://www.coingecko.com/en/exchanges/bingx
- API Docs: https://bingx-api.github.io/docs/#/en-us/common/introduce
- Fees: https://bingx.com/support/costs/
- Unsupported Countries:
- BingX does not accept certain customers. To maintain our strong reputation in the market and ensure a robust compliant marketplace, we have decided to not seek nor accept customers from certain jurisdictions, such as Canada, Mainland China, Hong Kong SAR, Macau SAR, Netherlands, Singapore, United States (including all US territories), United Kingdom, any country that is designated as a restricted country under BingX's AML/CTF policy and any other jurisdictions where the provision of the services is prohibited or will subject us to regulatory penalty ("Restricted Jurisdictions").
đ How to Connect¶
Generate API Keys¶
-
Go to BingX Exchange and log in or create a new account.
-
When creating your account you can use our Referral Code (
7VFN4OVG
) or Hummingbot's code (hummingbot
) to enjoy 20% rebate. -
Complete your KYC if you haven't already and then open the API Key page by clicking over the profile icon in the top right corner and go to the API Management page at https://bingx.com/account/api/.
-
Click on the Create API button
-
Write a label for your API Keys and then select the permission options that you want (enabling the withdrawal permission requires linking IP addresses on the box below) and click Confirm
-
Enter your corresponding verification codes.
-
Copy your API keys and store them somewhere safe.
-
Now, you have created API keys for your BingX Exchange!
Add Keys to Hummingbot¶
From inside the Hummingbot client, run connect bing_x
:
If connection is successful:
đ Spot Connector¶
Integration to spot markets API endpoints
- ID:
bing_x
- Connection Type: REST / WebSocket
- Folder: https://github.com/hummingbot/hummingbot/tree/master/hummingbot/connector/exchange/bing_x
Order Types¶
This connector supports the following OrderType
constants:
LIMIT
MARKET