Returns a list of quotes aligned with blocks.
const response = await fetch('https://xtz-index.nownodes.io/v1/quotes', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "level": 0, "timestamp": "2025-01-30T13:02:12.118Z", "btc": 0, "eur": 0, "usd": 0, "cny": 0, "jpy": 0, "krw": 0, "eth": 0, "gbp": 0 } ]