---
title: "Query Single Product"
method: GET
path: "/info/single"
tags: ["Products"]
---

# Query Single Product

`GET /info/single`

## Query parameters

- `symbol` integer, required

## Response `200`

Product metadata

- object
  - `code` integer
  - `data` ProductMeta
    - `md5Checksum` string
    - `perpProducts` object[]
      - `name` string — Display name
      - `symbol` string — Symbol name e.g. BTCUSDC
      - `code` string — Symbol code
      - `currencyCode` integer
      - `maxLeverage` integer
      - `pricePrecision` integer
      - `qtyPrecision` integer
      - `tickSize` string
      - `stepSize` string
      - `maxOrderQty` integer
      - `maxSlippagePct` string
      - `maxPositionNtnl` integer
      - `fundingInterval` integer — seconds
      - `productType` string
      - `listStatus` string
      - `onlyIsolated` boolean
      - `baseCurrency` string
      - `quoteCurrency` string
      - `settleCurrency` string
      - `minOrderValue` string
      - `defaultMakerFeeRate` string
      - `defaultTakerFeeRate` string
    - `marginTables` object[]
      - `tableId` integer
      - `riskLimitVo` object[]
        - `minimumValue` string
        - `maintainMarginRatio` string
        - `maxLeverage` integer
    - `currencies` object[]
      - `name` string
      - `currency` string
      - `code` integer
      - `walletPrecision` integer
      - `displayPrecision` integer

---

[API](https://skmtc.dev/afx/apis/afx-dex-exchange-api.md) · [All operations](https://skmtc.dev/afx/apis/afx-dex-exchange-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/afx/afx-dex-exchange-api/revisions/7153776e5985/schema)
