API ReferenceMarket DataExchange Info & Time

Exchange Info & Time

Server time and tradable symbol metadata.

Before trading, read the exchange metadata so you know which symbols exist and the precision and limits each one enforces.

GET/api/v1/pingWeight: 1PUBLIC

Test connectivity. Returns an empty object.

GET/api/v1/timeWeight: 1PUBLIC

Get the current server time. Use it to check your clock before signing requests.

json
{ "serverTime": 1717430400123 }
GET/api/v1/exchangeInfoWeight: 10PUBLIC

List every symbol with its trading rules. Optionally pass a single symbol to narrow the response.

ParameterTypeRequiredDescription
symbolSTRINGNoReturn info for one symbol only, e.g. BTCUSDT
json
{
  "timezone": "UTC",
  "serverTime": 1717430400123,
  "symbols": [
    {
      "symbol": "BTCUSDT",
      "status": "TRADING",
      "baseAsset": "BTC",
      "quoteAsset": "USDT",
      "basePrecision": 8,
      "quotePrecision": 2,
      "minQty": "0.00001",
      "maxQty": "1000",
      "stepSize": "0.00001",
      "minPrice": "0.01",
      "tickSize": "0.01",
      "minNotional": "5"
    }
  ]
}

Respect these filters when you build an order. stepSize is the quantity increment, tickSize is the price increment, and minNotional is the smallest allowed price x quantity. An order that breaks a filter is rejected.

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.