API사용 가능한 도메인 이름
https://apiv2.bitz.com
https://apiv2.bit-z.pro
https://api.bitzapi.com
https://api.bitzoverseas.com
https://api.bitzspeed.com
위의 도메인 이름은 데이터 결과에 액세스하고https://apiv2.bitz.com 일관된, 예
https://api.bitzapi.com/Market/tickerall 그리고 https://apiv2.bitz.com/Market/tickerall 결과는 다음과 같습니다.:
{
"status": 200,
"msg": "",
"data": {
"777_btc": {
"symbol": "777_btc",
"quoteVolume": "2.5926", //주문 총액
"volume": "2120645.6004", //거래량
"priceChange24h": "-4.83", //가격 변동률
"askPrice": "0.00000124", //매도 1
"askQty": "509.1400", //매도 량 1
"bidPrice": "0.00000123", //매수 1
"bidQty": "76.4401", //매수 량 1
"open": "0.00000118", //시초가
"high": "0.00000130", //최고가
"low": "0.00000109", //최저가
"now": "0.00000124", //현재 가격
"firstId": "105551102", //첫 거래
"lastId": "105853063", //마지막 거래
"dealCount": "2650", //거래 수량
"numberPrecision": "4", //수량 소수점
"pricePrecision": "8", //가격 소수점
"cny": "0.06912764",
"usd": "0.01014551",
"krw": "6.35"
},
"777_eth": {
"symbol": "777_eth",
"quoteVolume": "17.31",
"volume": "655487.48",
"priceChange": "-6.62",
"priceChange24h": "-9.05",
"askPrice": "0.00002545",
"askQty": "2563.3066",
"bidPrice": "0.00002480",
"bidQty": "18423.0765",
"open": "0.00002727",
"high": "0.00002748",
"low": "0.00002471",
"now": "0.00002480",
"firstId": "108083466",
"lastId": "108292404",
"dealCount": "59",
"numberPrecision": "4",
"pricePrecision": "8",
"cny": "0.0691",
"usd": "0.0100",
"krw": "6.09"
},
},
"time": 1532671288,
"microtime": "0.23065700 1532671288",
"source": "api"
}
API개술
거래 API를 사용하기 전에 사용자 센터에서 API를 만들고 API Key와 Secret를 얻고 API의 IP 액세스 제한을 설정하십시오.