Last updated 3 months ago
Success
"ok"
const response = await fetch('https://nami.exchange/api/v3/spot/trade?signature=text×tamp=2024-10-30T07%3A26%3A55.132Z', { method: 'GET', headers: {}, }); const data = await response.json();
{ "status": "ok", "data": [ { "symbol": "BTCUSDT", "side": "BUY", "displayingId": "2389377", "feeMetadata": { "feeValue": 0.1627060274, "feeAssetId": 22, "feeAsset": "USDT" }, "createdAt": "2024-07-02T07:03:38.642Z", "baseQty": 0.00259, "quoteQty": 162.7060274, "price": 62820.86, "baseAssetId": 9, "quoteAssetId": 22 } ] }