Get Exchange Info

Gets a list of all known currencies.

You can use exchangeinfo endpoint for all tradable pairs and their quantity or price scales.

1. Trade Information

pairId, numeratorScale, denominatorScale, maxLimitOrderPrice and minLimitOrderPrice information can be displayed with exhangeinfo endpoint.

For more information about numeratorScale and denominatorScale, you can check our Pair Scale article.

What is maxLimitOrderPrice and minLimitOrderPrice ?

  • The maxLimitOrderPrice and minLimitOrderPrice values will be updated dynamically.

  • The values will be arranged as follows

1/10 of the current price of the pair.

minLimitOrderPrice

*10 of the current price of the pair.

maxLimitOrderPrice

Example:

name
last
minLimitOrderPrice
maxLimitOrderPrice

XRPTRY

15.86 TRY

1.586 TRY

158.6 TRY

Response

{
  "data": {
    "timeZone": "UTC",
    "serverTime": 1645091654418,
    "symbols": [
      {
        "id": 1,
        "name": "BTCTRY",
        "nameNormalized": "BTC_TRY",
        "status": "TRADING",
        "numerator": "BTC",
        "denominator": "TRY",
        "numeratorScale": 8,
        "denominatorScale": 2,
        "hasFraction": false,
        "filters": [
          {
            "filterType": "PRICE_FILTER",
            "minPrice": "0.0000000000001",
            "maxPrice": "10000000",
            "tickSize": "10",
            "minExchangeValue": "99.91",
            "minAmount": null,
            "maxAmount": null
          }
        ],
        "orderMethods": [
          "MARKET",
          "LIMIT",
          "STOP_MARKET",
          "STOP_LIMIT"
        ],
        "displayFormat": "#,###",
        "commissionFromNumerator": false,
        "order": 1000,
        "priceRounding": false,
        "isNew": false,
        "marketPriceWarningThresholdPercentage": 0.2500000000000000,
        "maximumOrderAmount": null,
        "maximumLimitOrderPrice": 5895000.0000000000000000,
        "minimumLimitOrderPrice": 58950.0000000000000000
      }
}

2. Currency Information

You can also view minWithdrawal, minDeposit, precision and address details with exchangeInfo endpoint.

You can check the current cryptocurrency deposit and withdrawal status with exchangeInfo endpoint.

currencySymbol, withdrawalDisabled, depositDisabled

Exchange Info

GET https://api.btcturk.com/api/v2/server/exchangeinfo

You can use https://api.btcturk.com/api/v2/server/exchangeinfo for all tradable pairs and their quantity or price scales.

Exchange Info

Last updated

Was this helpful?