GET api/v2/settings/markets

General information about endpoints

InformationDescription

Description

Lists available markets with their configurations.

Route

GET api/v2/settings/markets

Permissions

Private

Response:

[
{
"active" : true,
"base_precision" : 8,
"base_unit" : usdt,
"maker_fee" : 0.0015,
"market" : usdteur,
"min_amount" : 10.0,
"min_volume" : 10.0,
"quote_precision" : 4,
"quote_unit" : eur,
"taker_fee" : 0.0015
},
{
"active" : true,
"base_precision" : 8,
"base_unit" : trx,
"maker_fee" : 0.01,
"market" : trxeur,
"min_amount" : 10.0,
"min_volume" : 10.0,
"quote_precision" : 6,
"quote_unit" : eur,
"taker_fee" : 0.01
},
{
"active" : true,
"base_precision" : 8,
"base_unit" : btc,
"maker_fee" : 0.01,
"market" : btceur,
"min_amount" : 10.0,
"min_volume" : 0.0001,
"quote_precision" : 1,
"quote_unit" : eur,
"taker_fee" : 0.01
},
{
"active" : true,
"base_precision" : 2,
"base_unit" : ltc,
"maker_fee" : 0.001,
"market" : ltcbtc,
"min_amount" : 0.0003,
"min_volume" : 0.1,
"quote_precision" : 6,
"quote_unit" : btc,
"taker_fee" : 0.001
},
{
"active" : true,
"base_precision" : 0,
"base_unit" : xlm,
"maker_fee" : 0.001,
"market" : xlmbtc,
"min_amount" : 0.0001,
"min_volume" : 1.0,
"quote_precision" : 8,
"quote_unit" : btc,
"taker_fee" : 0.001
},
{
"active" : true,
"base_precision" : 3,
"base_unit" : eth,
"maker_fee" : 0.001,
"market" : ethbtc,
"min_amount" : 0.002,
"min_volume" : 0.01,
"quote_precision" : 6,
"quote_unit" : btc,
"taker_fee" : 0.001
},
{
"active" : true,
"base_precision" : 4,
"base_unit" : bch,
"maker_fee" : 0.003,
"market" : bchusdt,
"min_amount" : 5.0,
"min_volume" : 0.01,
"quote_precision" : 2,
"quote_unit" : usdt,
"taker_fee" : 0.003
},
{
"active" : true,
"base_precision" : 8,
"base_unit" : eth,
"maker_fee" : 0.0015,
"market" : ethusdt,
"min_amount" : 25.0,
"min_volume" : 0.01,
"quote_precision" : 2,
"quote_unit" : usdt,
"taker_fee" : 0.0015
},
{
"active" : true,
"base_precision" : 8,
"base_unit" : ltc,
"maker_fee" : 0.001,
"market" : ltcusdt,
"min_amount" : 5.0,
"min_volume" : 0.1,
"quote_precision" : 5,
"quote_unit" : usdt,
"taker_fee" : 0.001
},
{
"active" : true,
"base_precision" : 0,
"base_unit" : xrp,
"maker_fee" : 0.001,
"market" : xrpbtc,
"min_amount" : 0.0002,
"min_volume" : 1.0,
"quote_precision" : 8,
"quote_unit" : btc,
"taker_fee" : 0.001
},
{
"active" : true,
"base_precision" : 8,
"base_unit" : bch,
"maker_fee" : 0.001,
"market" : bchbtc,
"min_amount" : 0.0001,
"min_volume" : 0.001,
"quote_precision" : 6,
"quote_unit" : btc,
"taker_fee" : 0.001
},
{
"active" : true,
"base_precision" : 8,
"base_unit" : xrp,
"maker_fee" : 0.03,
"market" : xrpusdt,
"min_amount" : 5.0,
"min_volume" : 5.0,
"quote_precision" : 5,
"quote_unit" : usdt,
"taker_fee" : 0.01
},
{
"active" : true,
"base_precision" : 8,
"base_unit" : btc,
"maker_fee" : 0.0015,
"market" : btcusdt,
"min_amount" : 5.0,
"min_volume" : 0.0001,
"quote_precision" : 1,
"quote_unit" : usdt,
"taker_fee" : 0.0015
},
{
"active" : true,
"base_precision" : 8,
"base_unit" : eth,
"maker_fee" : 0.0,
"market" : etheur,
"min_amount" : 10.0,
"min_volume" : 0.002,
"quote_precision" : 2,
"quote_unit" : eur,
"taker_fee" : 0.0
}
]