Skip to content

Home old

CoinTiger-API edited this page Jan 23, 2019 · 1 revision

support all trading pairs in CoinTiger

api.cointiger.com domain name:api.cointiger.com

Tips: CoinTiger API please enter into the official website - personal account- API mangement to apply

一、API request address

**Trading rest v2 api ** (new version)

   Trading_Macro_v2 = https://api.cointiger.com/exchange/trading/api/v2

Trading rest api ( old version)

   Trading_Macro = https://api.cointiger.com/exchange/trading/api

Market rest api

   Market_Macro = https://api.cointiger.com/exchange/trading/api/market
Market detail api (Applicable to market display platform)
   https://www.cointiger.com/exchange/api/public/market/detail (get):

wss api

   wss://api.cointiger.com/exchange-market/ws
注: Must carry parameters
 
Language:zh_CN,en_US 

二、Public API Interface

appropriate for coinTiger(The number of API calls is limited to 6 times per second)

(1)Websocket API

(2) REST API (v2-version)

(3) REST API


三、(https) Trading API Interface (v2-version)

appropriate for coinTiger(The number of API calls is limited to 6 times per second)

四、(https)Trading API Interface

appropriate for coinTiger(The number of API calls is limited to 6 times per second)

Websocket API Interface

REST API Interface

Clone this wiki locally