-
Notifications
You must be signed in to change notification settings - Fork 3
REST_introduction
bw-exchange edited this page Oct 16, 2019
·
4 revisions
BW provides users with a complete set of API, can help users quickly access to the BW trading system, to achieve programmed trading.
- Mainland Chinese users:https://www.bw.io/
- Non-mainland Chinese users:https://www.bw.com/
- Limited frequency rules
- Public interfaces, such as the market quotation interface, are limited based on the requested IP
- Private interfaces, such as trading interfaces, are restricted based on user ids
- For specific interface frequency limit rules, refer to interface description
- All request parameters should be encapsulated according to the API instructions.
- Submit the encapsulated API request to the server by POST or GET.
- Bw.com processes the request and returns the appropriate JSON formatted result.
- Please request using HTTPS.
- Support all BW transactions on the site of the trading pair, on the new token to maintain synchronization with the site.
- Technology discussion group: telegram (please specify uid and programming language when adding groups), we will try our best to help you answer questions.
- Subscribe instructions
- API Reference
- Error code
- Code sample: Java Python Nodejs