NitroEx API Documentation
  • General Overview
  • Public Endpoints
    • Exchange Info
    • Market List
    • Summary
    • Ticker
    • Order Book
    • Live Trade
    • K-Line Chart
Powered by GitBook
On this page

Was this helpful?

General Overview

  • API Base: https://api.nitroex.io

  • Timestamp returned by this API are in UTC Timezone.

  • For GET endpoints, parameters must be sent as a query string.

  • Parameters may be sent in any order.

  • You can send pair symbol parameter in two formats, ex: BTCUSDT or BTC_USDT

  • All endpoints successful requests return JSON object model

NextExchange Info

Last updated 2 years ago

Was this helpful?