Skip to content

REST_introduction

topq-exchange edited this page Dec 19, 2019 · 2 revisions

REST API request specification

TopQ provides users with a complete set of API, can help users quickly access to the TopQ 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.
  • topliq.com processes the request and returns the appropriate JSON formatted result.
  • Please request using HTTPS.
  • Support all TopQ 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