-
Notifications
You must be signed in to change notification settings - Fork 87
013error_code
张帅磊 edited this page Jul 2, 2021
·
8 revisions
code error | description |
---|---|
0 | Success |
1 | Error |
2 | Parameter error |
3 | Internal error |
23 | IP not allow |
24 | Access id not exist |
25 | Signature error |
35 | Service unavailable |
36 | Service timeout |
40 | Main and sub accounts unpaired |
49 | Transfer to sub account rejected |
107 | Insufficient balance |
115 | forbid trading |
227 | tonce check error, correct tonce should be within one minute of the current time |
600 | Order number does not exist |
601 | Other user's order |
602 | Below min. buy/sell limit |
606 | Order price and the latest price deviation is too large |
651 | Merge depth error |
code error | description |
---|---|
200 | Success |
404 | Page does not exist |
Common API
Market API
-
Acquire Market List
-
Acquire Market Statistics
-
Acquire Market Depth
-
Acquire Latest Transaction Data
-
Acquire K-Line Data
-
Acquire Market Information
-
Acquire Single Market Information
-
Acquire AMM Market List
Account API
-
Inquire Account Info
-
Inquire Withdrawal List
-
Submit A Withdrawal Order
-
Cancel Withdrawal
-
Inquire Deposit List
-
Transfer between main account and sub account
-
Transfer between main account and margin account
-
Get deposit address
-
Generate deposit address
-
Inquire Sub Account Balance
-
Inquire Sub Account Balance History
-
Create Sub Account
-
Frozen Sub Account
-
Unfrozen Sub Account
-
Acquire Credit Account Info
Trading API
-
Place Limit Order
-
Place Multiple Limit Orders
-
Place Market Order
-
Place Stop Limit Order
-
Place IOC Order
-
Acquire Unexecuted Order List
-
Acquire Executed Order List
-
Acquire Order Status
-
Acquire Multiple Orders Status
-
Acquire Executed Order Detail
-
Acquire User Deals
-
Cancel Order
-
Cancel Multiple Orders
-
Cancel All Orders
Margin API
-
Inquire Margin Account Info
-
Inquire Margin Account Market Info
-
Inquire Margin Account of A Currency
-
Acquire Margin Account Settings
-
Acquire Margin Account Settings of A Currency
-
Acquire Loan List
-
Place Loan
-
Place Flat
-
Margin Balance Transfer
Contract API