bitcoin ticker pro

Username/Email Password Forget Password?Captcha Keep me signed in on this computer SIGN IN Your account has enabled login two-factor authentication, please confirm the following information.We have sent a confirmation email to your mailbox [[email]], please click the link in the email to disable two-factor authentication.after [[resendCountdown]]s,If cannot receive email Resend email DEVELOPERS BTCC USD Exchange Market Data REST API Market data API is open for public use.No authentication is required to use this API.Order Book Set 'limit' parameter to specify the number of records fetched per request.The default limit is 100.Set 'symbol' parameter to specify the symbol(BTCUSD) in your requests.The bid orders are sorted by price in ascending order and the bid orders are descendingly sorted by price./data/pro/orderbook?symbol=BTCUSD //return 100 spot usd market open ask and bid orders./data/pro/orderbook?symbol=BTCUSD&limit=5 //return 5 spot usd market open ask and bid orders.Bid orders are 5 orders with highest price while ask with lowest.

Order book response format: name Type Description asks array [0]Ask price ,[1]quantity bids array [0]Bid price ,[1]quantity date UTCTimestamp Last update timestamp Order book response sample { "asks": [[750,1.8],[745,1.08],[744.8,0.8],[744,37]], "bids": [[743,3.4],[742.9,3.2],[741,5.005],[740,3.18]], "date": 1478168788317 } Ticker Get latest ticker data./data/pro/ticker?symbol=BTCUSD // return spot usd market ticker data.Ticker response format: name Type Description BidPrice Double bid price AskPrice Double ask pric Open Double open price High Double The highest trade price in 24 hours Low Double The lowest trade price in 24 hours Last Double last price LastQuantity Double last quantity PrevCls Double Close Price Timestamp UTCTimestamp Timestamp ExecutionLimitDown Double Limit Down ExecutionLimitUp Double Limit Up Ticker response sample { "ticker": { "BidPrice": 735, "AskPrice": 745, "Open": 734.11, "High": 758, "Low": 735, "Last": 745, "LastQuantity": 1, "PrevCls": 745, "Volume": 551.945, "Volume24H":7000.0601 "Timestamp": 1478168788317, "ExecutionLimitDown": 626.08, "ExecutionLimitUp": 847.04 } } Trade History Returns a list of historical trades.

name default description since none Use 'since' parameter to fetch older records.
litecoin make poollimit 100 Use 'limit' parameter to specify the number of records fetched per request: the default of limit is 100, and the range of limit is [0,5000].
ethereal deutsch downloadsymbol BTCUSD Use 'symbol' to specify the markter.
ethereum left to minesincetype id Set “sincetype” to “id” or “time” to specify on which data the “since” parameter works; the default of “sincetype” is “id”.
bitcoin ticker desktopTrade History request sample /data/pro/historydata?symbol=btcusd //return last 100 spot usd market trade records.
ethereum struct

/data/pro/historydata?symbol=btcusd&limit=10 //return last 10 spot usd market trade records.
tips for litecoin mining/data/pro/historydata?symbol=btcusd&since=10 //return 100 spot usd market trade records starting from id 10. /data/pro/historydata?symbol=btcusd&since=10&limit=10//return 10 spot usd market trade records starting from id 10. /data/pro/historydata?symbol=btcusd&since=1456757387645&limit=10&sincetype=time//return 10 spot usd market trade records starting from unix time 1456757387645.Response sample name Type Description Id String Trade id.Timestamp UTCTimestamp Unix time in seconds since 1 January 1970.Price Double trade price Quantity Double trade quantity Side Char Sell or Buy Trade History response sample { "Id": 19, "Timestamp": 1456757388489, "Price": 745, "Quantity": 2.11, "Side": "Sell" }

after [[resendCountdown]]s,If cannot receive email Resend email DEVELOPERS RESTful Market Data API Market data API is open for public use.Set 'symbol' parameter to specify the symbol(XBTCNY) in your requests.If you don't set symbol, the default symbol is "XBTCNY" The bid orders are sorted by price in ascending order and the bid orders are descendingly sorted by price./data/pro/orderbook //return 100 XBTCNY open ask and bid orders./data/pro/orderbook?limit=5 //return 5 XBTCNY open ask and bid orders.Bid orders are 5 orders with highest price while ask with lowest.Order book response format: name Type Description asks array [0]Ask price ,[1]quantity bids array [0]Bid price ,[1]quantity date UTCTimestamp Last update timestamp Order book response sample { "asks": [[3003,18],[3004,18],[3005,8],[3006,37]], "bids": [[3001,34],[3000,32],[2999,55],[2998,38]], "date": 1453947915451 } Ticker Get latest ticker data.

Use query parameter 'symbol' to specify 'Pro XBTCNY data'./data/pro/ticker?symbol=XBTCNY // return pro XBTCNY ticker data.Ticker response format: name Type Description BidPrice Double bid price AskPrice Double ask pric Open Double open price High Double The highest trade price in 24 hours Low Double The lowest trade price in 24 hours Last Double last price LastQuantity Double last quantity PrevCls Double Close Price Timestamp UTCTimestamp Timestamp ExecutionLimitDown Double Limit Down ExecutionLimitUp Double Limit Up Ticker response sample { "ticker": { "BidPrice": 3001, "AskPrice": 3003, "Open": 2625.6, "High": 3888, "Low": 2195, "Last": 3002, "LastQuantity": 1, "PrevCls": 2642, "Volume": 31140, "Timestamp": 1453894229326, "ExecutionLimitDown": 0, "ExecutionLimitUp": 5250.6 } } Trade History Returns a list of historical trades.