数据货币数据接口

案例 :https://marketapi.blockmeta.com/ticker?symbols=huobipro-btc_usd,huobipro-eth_usd,huobipro-ltc_usd,huobipro-bch_usd,huobipro-eos_usd

symbols 参数 huobipro-btc_usd 指火币站比特币美元价格数据
返回
{
“kline”: [],
“tickers”: [
{
“exchange”: “huobipro”,
“pair”: “btc_usd”,
“coin”: “btc”,
“currency”: “usd”,
“ticker”: {
“high”: 3830,
“low”: 3786.54,
“last”: 3818.11,
“buy”: 3818.11,
“sell”: 3818.11,
“volume”: 21741.36368434538,
“date”: 1551245644,
“price_day”: 3808.67,
“amt_day”: -15473541.434123604,
“vol_day”: -4060.1946759735874,
“amt_24h”: 82807449.89258604,
“price_24h_before”: 3803.98
},
“convert_cny”: 6.78,
“kline”: [
3723.58,
3724.8,
3732.93,
3725.59,
3718.93,
3723.28,
3720.09,
3716.18,
3579.57,
3561.19,
3559.98,
3561.56,
3566.59,
3578.3,
3554.4,
3576.99,
3566.09,
3561.98,
3563.71,
3559.58,
3561.06,
3584.44,
3589.38,
3587.54
]
}
]
}

你可能感兴趣的:(接口)