Crypto Single Quote API Real-Time Price & Bid/Ask crypto market data API cryptocurrency ticker API REST API Real-time aggregated quote data for crypto. A single request returns the latest transaction price, 24-hour highest/lowest prices, price change percentage, total trading volume, as well as complete depth of bid and ask at one or multiple levels. The data is aggregated from multiple major exchanges.

Please select

Real-Time Quote

GET
/crypto/quote

Request Parameters

regionenumRequired
BA
Market code
codestringRequired
Product code

Response Parameters

codenumber
Response code
msgstring
Response description
dataobject
Response result
sstring
Symbol code
ldnumber
Latest price
onumber
Opening price
hnumber
Highest price
lnumber
Lowest price
tnumber
Timestamp of the latest trade
vnumber
Transaction volume
tunumber
Trading amount
tsnumber
Trading status of the symbol

Code Examples

import requests

url = "https://api.itick.org/crypto/quote?region=BA&code=BTCUSDT"

headers = {
"accept": "application/json"
"token": "Your Token"
}

response = requests.get(url, headers=headers)

print(response.text)

Query URL

GET
https://api.itick.org/crypto/quote?region=BA&code=BTCUSDT

Response Result

{
  "code": 0,
  "msg": null,
  "data": {
    "s": "BTCUSDT",
    "ld": 116211.33,
    "o": 114953.48,
    "h": 116828.93,
    "l": 114259,
    "t": 1754585059019,
    "v": 11296.78228,
    "tu": 1307158285.566175,
    "ts": 0
  }
}
  1. Real-Time TickCrypto Market

    Covers in-depth data fields including latest prices, bid and ask prices, 24-hour trading volume for thousands of cryptocurrencies such as Bitcoin (BTC) and Ethereum (ETH). With low latency and high frequency, it provides core data support for your quantitative trading, market dashboards, and DApps. Free trial available.

  2. Crypto MarketReal-Time Depth

    Real-time order book depth data for cryptocurrencies. Provides a complete list of buy and sell orders, including the price and order quantity at each level, supporting depth from L1 to L50+ levels. Market depth data is updated at millisecond intervals.