get https://api.itick.org/crypto/tick
Log in to see full request history
Response
xxxxxxxxxx
curl --request GET \
--url 'https://api.itick.org/crypto/tick?region=ba&code=BTCUSDT' \
--header 'accept: application/json'
xxxxxxxxxx
12{
"code": 0,
"msg": null,
"data": {
"s": "BA_BTC_USDT",
"ld": 67600,
"t": 1729087440311,
"v": 0.02989,
"tu": 2020.564,
"ts": 0
}
}