Returns contract storage historical values.
/v1/contracts/{address}/storage/history
Contract address
Id of the last item received (for pagination)
Maximum number of items to return
curl -L \ --url 'https://xtz-index.nownodes.io/v1/contracts/{address}/storage/history'
[ { "id": 1, "level": 1, "timestamp": "2025-02-06T12:57:20.800Z", "operation": { "type": "text", "hash": "text", "counter": 1, "nonce": 1, "parameter": { "entrypoint": "text", "value": null } }, "value": null } ]