-
Notifications
You must be signed in to change notification settings - Fork 1
REST Api List
CoinTiger-API edited this page May 31, 2022
·
6 revisions
There are two limits of authority of REST API, market information and transaction information
Users could require latest market information through Public API. Public API is public for all API users
Function | API | Details |
---|---|---|
Require all transaction information | GET {Trading_Macro_v2}/currencys/v2 | Check |
Require all transaction information(Deprecated) | GET {Trading_Macro_v2}/currencys | Check |
Check current system time | GET {Trading_Macro_v2}/timestamp | Check |
Require latest 24 hours market information of all coins | GET https://www.cointiger.com/exchange/api/public/market/detail | Check |
Require latest 24 hours market information of single trading pair | GET {Market_Macro}/market/detail | Check |
Require history transaction data of single trading pair | GET{Market_Macro}/market/history/trade | Check |
Require history K Line data of single trading pair | GET{Market_Macro}/market/history/kline | Check |
Require market information of single trading pair | GET {Market_Macro}/market/depth | Check |
Uses need to sign with API KEY and API Secret applied on CoinTiger, when using Private Trading API. Sign rules
Function | API | Details |
---|---|---|
Create order | POST {Trading_Macro_v2}/order | Check |
Cancel bunch of orders | POST {Trading_Macro_v2}/order/batch_cancel | Check |
Check current orders and history orders | GET {Trading_Macro_v2}/order/orders | Check |
Check current transaction data and history transaction data | GET {Trading_Macro_v2}/order/match_results/v2 | Check |
Check transaction details | GET {Trading_Macro_v2}/order/make_detail | Check |
Check orders information | GET {Trading_Macro_v2}/order/details | Check |
Check balance | GET {Trading_Macro}/api/user/balance | Check |
Private Trading used to be updated, the new vision of Private Trading Api could Compatible with older versions, new users could use new version directly. Users who used older version could check through clicking Private Trading API old version