-
Notifications
You must be signed in to change notification settings - Fork 7
How to start
Jason Zong edited this page Jun 2, 2018
·
2 revisions
- All POST requests using JSON in the request body
- Trading and Account API needs
Authorization: Bearer <auth_token>
in the request header. Token needs to be obtained using Login API. - The rate limit is 100/s. The maximum number of open orders per trading address is 100.
- Endpoint: https://dex.top/v1/ Endpoint for testnet: https://testnet271828.dex.top/v1