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();
{ "p2p_readers": 0, "active_chains": 0, "operation_db": { "table_length": 0, "scheduler_length": 0 }, "operations_db": { "table_length": 0, "scheduler_length": 0 }, "block_header_db": { "table_length": 0, "scheduler_length": 0 }, "active_connections": 0, "active_peers": 0 }