Exchange Information

Current exchange trading rules and symbol information

Get Cakes

GET https://api.attlas.io/api/v1/exchange/config

This endpoint allows you to get free cakes.

{
    "status": "success",
    "data": [
        {
            "_id": "604e4b51c6f462857b4d883a",
            "symbol": "CAKEUSDT",
            "status": "TRADING",
            "baseAsset": "CAKE",
            "baseAssetPrecision": 8,
            "quoteAsset": "USDT",
            "quotePrecision": 8,
            "quoteAssetPrecision": 8,
            "baseCommissionPrecision": 8,
            "quoteCommissionPrecision": 8,
            "orderTypes": [
                "LIMIT",
                "LIMIT_MAKER",
                "MARKET",
                "STOP_LOSS_LIMIT",
                "TAKE_PROFIT_LIMIT"
            ],
            "icebergAllowed": true,
            "ocoAllowed": true,
            "quoteOrderQtyMarketAllowed": true,
            "isSpotTradingAllowed": true,
            "isMarginTradingAllowed": true,
            "filters": [
                {
                    "filterType": "PRICE_FILTER",
                    "minPrice": "0.00100000",
                    "maxPrice": "10000.00000000",
                    "tickSize": "0.00100000"
                },
                {
                    "filterType": "PERCENT_PRICE",
                    "multiplierUp": "5",
                    "multiplierDown": "0.2",
                    "avgPriceMins": 5
                },
                {
                    "filterType": "LOT_SIZE",
                    "minQty": "0.00100000",
                    "maxQty": "90000.00000000",
                    "stepSize": "0.00100000"
                },
                {
                    "filterType": "MIN_NOTIONAL",
                    "minNotional": 12,
                    "applyToMarket": true,
                    "avgPriceMins": 5
                },
                {
                    "filterType": "ICEBERG_PARTS",
                    "limit": 10
                },
                {
                    "filterType": "MARKET_LOT_SIZE",
                    "minQty": "0.00000000",
                    "maxQty": "63132.20076388",
                    "stepSize": "0.00000000"
                },
                {
                    "filterType": "MAX_NUM_ORDERS",
                    "maxNumOrders": 200
                },
                {
                    "filterType": "MAX_NUM_ALGO_ORDERS",
                    "maxNumAlgoOrders": 5
                }
            ],
            "permissions": [
                "SPOT",
                "MARGIN"
            ],
            "__v": 0,
            "baseAssetId": 479,
            "quoteAssetId": 20,
            "updatedAt": "2021-07-21T15:45:23.176Z",
            "liquidityBroker": "BINANCE_SPOT",
            "normalMakerFee": 0.0012,
            "normalTakerFee": 0.0012
        },
        ...
    ]
}

Last updated