Returns a list of all bigmap updates.
const response = await fetch('https://xtz-index.nownodes.io/v1/bigmaps/updates', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "id": 0, "level": 0, "timestamp": "2025-01-30T13:17:28.224Z", "bigmap": 0, "contract": { "alias": "text", "address": "text" }, "path": "text", "action": "text", "content": { "hash": "text" } } ]