-
Notifications
You must be signed in to change notification settings - Fork 1
HOME
CoinTiger provides stable and secure APIs. You can get the latest market data and trade via the APIs. Your trade-bot can run your algorithms to arbitrage or hedge. Now there are hundreds of algorithms in CoinTiger working safely.
Request type | Request address | foundation |
---|---|---|
https | Trading_Macro_v2 = https://api.cointiger.com/exchange/trading/api/v2 | new verision of trading(Recommended) |
https | Trading_Macro = https://api.cointiger.com/exchange/trading | history version of trading(Deprecated) |
https | Market_Macro = https://api.cointiger.com/exchange/trading/api/market | market information |
websocket | wss://api.cointiger.com/exchange-market/ws |
Please visit 【www.cointiger.com】-[Account] – [API control] – [create the new key] to create your own API Key.
There are REST and Websocket two methods of Public Api Request; REST is the only method for Private Trading Api Request.
REST:Require all trading pairs information , check system current time , all transaction information of all coins for last 24 hours, history transaction data of single trading pair, history K line data of single trading pair, ask/bid orders of single trading pair,and transaction data of single trading pair.
Websocket: Require transaction data of specific coins last 24 hours, data of ask/bid orders, real time data of K line, history data of K line, latest transaction data , and history transaction data.
Private Trading Api was used to create/cancel bunch of orders, check current orders and history orders, transaction details ,order information and balance
Both Public Api and Private Trading Api has a request limits.
REST
For every IP, API's access limit is 6times/second.
Websocket
For every IP, API's access limit is 6times/second.
-
If a user has a huge amount of order cancellations(≥300 orders per day) detected by our system, CoinTiger will restrict the user's API orders.
-
Your assets will be frozen by CoinTiger if your account has malicious actions.
-
CoinTiger reserves the right to freeze suspicious users' account at all times and to pursue their legal responsibility.
api.cointiger.com,Standby domain name:api.cointiger.pro (we suggest you to create two domain name switching function)
REST:
Rest require header must carry parameter, and meet RFC criterion, for example:
Language : zh_CN
User-Agent : Mozilla/5.0(Macintosh;U;IntelMacOSX10_6_8;en-
us)AppleWebKit/534.50(KHTML,likeGecko)Version/5.1Safari/534.50
Referer : https://api.cointiger.com
Private Trading APi needs to do the sigh verification ,and Public Api do not.
Private Trading API sign rules
Websocket:
Request and subscription introduction
API list
• REST Api
API community
Welcome to CoinTiger API Telegram Group https://t.me/CoinTigerAPI
API demo