API ReferenceMarket DataTicker & Price

Ticker & Price

Latest price and rolling 24-hour statistics.

GET/api/v1/ticker/priceWeight: 1PUBLIC

Get the latest traded price for one symbol, or for every symbol when you omit the parameter.

ParameterTypeRequiredDescription
symbolSTRINGNoReturn one symbol only; omit for all
json
{ "symbol": "BTCUSDT", "price": "64210.50" }
GET/api/v1/ticker/24hrWeight: 1 (40 for all symbols)PUBLIC

Rolling 24-hour statistics: price change, high, low, volume and last price.

ParameterTypeRequiredDescription
symbolSTRINGNoOne symbol; omit for all (higher weight)
json
{
  "symbol": "BTCUSDT",
  "priceChange": "1503.20",
  "priceChangePercent": "2.40",
  "lastPrice": "64210.50",
  "highPrice": "64980.00",
  "lowPrice": "62110.00",
  "volume": "1284.53",
  "quoteVolume": "81760420.11",
  "openTime": 1717344000000,
  "closeTime": 1717430400000
}
Notevolume is in the base asset; quoteVolume is in the quote asset. For BTCUSDT that is BTC traded and USDT traded, respectively.
Risk Warning

Cryptocurrencies and their derivatives are innovative financial products with great volatility and high investment risks. Although Oimox is committed to providing users with easy-to-use trading tools, trading itself is still a highly sophisticated field. Trading digital assets and their derivatives are subject to high market risk and price volatility and may result in partial or total loss of account funds. You must carefully consider and exercise clear judgment to evaluate your financial situation and the aforementioned risks before using Oimox Services. You shall be responsible for all losses arising therefrom. If necessary, please consult relevant professionals to make informed decisions before investing. By accessing, downloading, using or clicking on “I agree” to accept any Oimox Services provided by Oimox, you agree that you have read, understood and accepted all of the terms and conditions stipulated in Oimox's Terms of Use as well as our Privacy Policy.

© 2024-2026 Oimox. All rights reserved.