Pairs Scale (Quantity/Price)
You can use
https://api.btcturk.com/api/v2/server/exchangeinfo
for all tradable pairs and their quantity or price scales and more.Click here to access the endpoint. (For more detailed information, visit the ExchangeInfo article.)
Example
Pair | Quantity Scale | Pair Scale |
name":"BTCTRY" | "numeratorScale":8 | "denominatorScale":2 |
- Check the
numaretorScale
for Quantity Scale - Check the
denominatorScale
for Pair Scale - Check the
name
for Pair also you can viewid
for Pair ID here.
{
"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.25,
"maximumOrderAmount": null
}
Last modified 1yr ago