-
Notifications
You must be signed in to change notification settings - Fork 0
Home
This Wiki provides comprehensive documentation for the BingX Python SDK, a powerful library for interacting with the BingX cryptocurrency exchange API. Whether you are a beginner or an experienced developer, this documentation will guide you through the process of building robust and efficient trading applications.
If you are new to the SDK, we recommend starting with the following pages to get up and running quickly:
- Authentication: Learn how to obtain your API keys and authenticate your requests to the BingX API.
- Quick Start: A step-by-step guide to installing the SDK, initializing the client, and making your first API call.
To build a solid foundation, it is important to understand the core concepts of the SDK:
-
Client Initialization: Learn how to initialize and configure the
BingXClient, the main entry point of the SDK. - Services: Explore the modular design of the SDK and the various services available for different API functionalities.
- Error Handling: Understand how to handle API errors and exceptions gracefully in your application.
For more experienced developers, the following pages cover advanced topics and features:
- Coin-M Futures: Dive into the world of crypto-margined perpetual futures and learn how to trade them using the SDK.
- WebSockets: Learn how to use WebSockets to receive real-time market and account data for your trading strategies.
We welcome contributions from the community to make the BingX Python SDK even better. If you would like to contribute, please read our Contributing Guide for more information on how to get involved.