Thành công
"ok"
const response = await fetch('https://nami.exchange/api/v3/spot/depth', { method: 'GET', headers: {}, }); const data = await response.json();
{ "status": "ok", "bid": [ [ 0 ] ], "asks": [ [ 0 ] ] }