Interface description:
- get cryptocurrency-fiat currency exchange rate
Request URL:
https://apiv2.bitz.com/Market/currencyCoinRate
Request Method:
Parameters:
Parameter |
Required |
Type |
Description |
coins |
false |
string |
btc,usdt return the specified data when passing in, separated by comma, otherwise return all |
Request example:
https://apiv2.bitz.com/Market/currencyCoinRate?coins=btc,usdt
An example of the result returned:
{
"status": 200,
"msg": "",
"data": {
"btc": {
"usdt": "7392.98000000",
"dkkt": "47619.53224133",
"eth": "17.85045531",
"bz": "54141.85165132",
"cny": "50474.01874773",
"jpy": "822173.04270462",
"krw": "7850869.56521739",
"usd": "7392.98000000",
"dkk": "47619.53224133",
"btc": "1"
},
"usdt": {
"btc": "0.00014298",
"dkkt": "6.45648650",
"eth": "0.00245718",
"bz": "7.72797527",
"usdt": "1",
"cny": "6.85382169",
"jpy": "111.50758251",
"krw": "1114.82720178",
"dkk": "6.45648650",
"usd": "1"
},
},
"time": 1533382048,
"microtime": "0.65652200 1533382048",
"source": "api"
}