Skip to content

How to start

Jason Zong edited this page Jun 2, 2018 · 2 revisions

Before using the API

  1. Install Chrome and MetaMask

  2. Register DEx.top account

  3. Bind trading address

  4. Deposit Eth or Token

Using DEx.top API

  1. All POST requests using JSON in the request body
  2. Trading and Account API needs Authorization: Bearer <auth_token> in the request header. Token needs to be obtained using Login API.
  3. The rate limit is 100/s. The maximum number of open orders per trading address is 100.
  4. Endpoint: https://dex.top/v1/ Endpoint for testnet: https://testnet271828.dex.top/v1
Clone this wiki locally