Get Markets

Get Markets

GET https://api.abcc.com/api/v1/common/markets

{
    "markets": [
        {
            "id": 4,
            "code": "ethbtc",
            "name": "ETH/BTC",
            "base_unit": "eth",
            "quote_unit": "btc",
            "depth_merge_min": 3,
            "depth_merge_max": 6,
            "price_fixed": 6,
            "volume_fixed": 2,
            "fee": "0.001",
            "market_partition": "normal"
        },
        {
            "id": 6,
            "code": "btcusdt",
            "name": "BTC/USDT",
            "base_unit": "btc",
            "quote_unit": "usdt",
            "depth_merge_min": 0,
            "depth_merge_max": 2,
            "price_fixed": 2,
            "volume_fixed": 6,
            "fee": "0.001",
            "market_partition": "normal"
        }
    ]
}

OUTPUT EXPLANATION

Last updated