get https://api.itick.org/crypto/quotes
Log in to see full request history
Response
xxxxxxxxxx
curl --request GET \
--url 'https://api.itick.org/crypto/quotes?region=ba&codes=BTCUSDT%2CETHUSDT' \
--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
}
}