Skip to content

REST_introduction

bw-exchange edited this page Oct 16, 2019 · 4 revisions

REST API request specification

BW provides users with a complete set of API, can help users quickly access to the BW trading system, to achieve programmed trading.

1.The root url:

2.The functionality REST API provides

3.Notes:

  • 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.

4.Technical support:

  • Technology discussion group: telegram (please specify uid and programming language when adding groups), we will try our best to help you answer questions.
Clone this wiki locally