---
title: "Get exchange info"
method: GET
path: "/exchangeInfo"
tags: ["Market Data"]
---

# Get exchange info

`GET /exchangeInfo`

Returns information about all available markets.

## Response `200`

Successful response

- MarketInfo[]
  - `symbol` string
  - `baseAsset` string — Base currency
  - `quoteAsset` string — Quote currency
  - `status` 'TRADING' | 'SUSPENDED' | 'CLOSED'
  - `pricePrecision` integer — Decimal places for price
  - `sizePrecision` integer — Decimal places for size
  - `tickSize` number — Minimum price increment
  - `lotSize` number — Minimum order size
  - `minNotional` number — Minimum order value (price × size)
  - `maxLeverage` integer — Maximum allowed leverage
  - `orderTypes` string[] — Supported order types for this market.
  - `timeInForces` string[]

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/bulk/apis/bulk-trade-api.md) · [All operations](https://skmtc.net/bulk/apis/bulk-trade-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bulk/bulk-trade-api/versions/087f7b45aa1a/schema)
