Last updated 3 months ago
Success
"ok"
const response = await fetch('https://nami.exchange/api/v3/spot/recent_trade', { method: 'GET', headers: {}, }); const data = await response.json();
{ "status": "ok", "data": [ { "S": "SELL", "s": "BTCUSDT", "p": 62948, "q": "0.00027000", "Q": 17, "t": 1721117625675 } ] }