Thành công
"ok"
const response = await fetch('https://nami.exchange/api/v3/spot/config', {
method: 'GET',
headers: {},
});
const data = await response.json();
{
"status": "ok",
"data": [
{
"symbol": "ZRXVNDC",
"status": "TRADING",
"baseAsset": "ZRX",
"baseAssetPrecision": 8,
"quoteAsset": "VNDC",
"quotePrecision": 8,
"quoteAssetPrecision": 8,
"baseCommissionPrecision": 8,
"quoteCommissionPrecision": 8,
"orderTypes": [
"LIMIT",
"MARKET",
"STOP_LIMIT",
"OCO"
],
"icebergAllowed": true,
"ocoAllowed": true,
"quoteOrderQtyMarketAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": true,
"filters": [
{
"filterType": "text",
"minPrice": 0,
"maxPrice": 0,
"tickSize": 0,
"minQty": "text",
"maxQty": "text",
"stepSize": "text",
"minTrailingAboveDelta": 0,
"maxTrailingAboveDelta": 0,
"minTrailingBelowDelta": 0,
"maxTrailingBelowDelta": 0,
"bidMultiplierUp": "text",
"bidMultiplierDown": "text",
"askMultiplierUp": "text",
"askMultiplierDown": "text",
"minNotional": 0,
"applyMinToMarket": false,
"maxNotional": "text",
"applyMaxToMarket": false
}
],
"permissions": [
"SPOT",
"MARGIN"
],
"liquidityBroker": "text",
"createdAt": "2024-10-30T07:24:03.733Z",
"updatedAt": "2024-10-30T07:24:03.733Z"
}
]
}