Introspect the state of the DDB attached to a chain validator worker.
A chain identifier. This is either a chain hash in Base58Check notation or a one the predefined aliases: 'main', 'test'.
const response = await fetch('https://xtz.nownodes.io/workers/chain_validators/{chain_id}/ddb', { method: 'GET', headers: {}, }); const data = await response.json();
{ "operation_db": {}, "operations_db": {}, "block_header_db": {} }