Reads the resource manager's substate/s from the top of the current ledger.
The logical name of the network
"{{network}}"
The Bech32m-encoded human readable version of the resource's global address
Current state response
const response = await fetch('https://xrd.nownodes.io/core/state/resource', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "network": "{{network}}", "resource_address": "text" }), }); const data = await response.json();
{ "at_ledger_state": { "state_version": 0, "header_summary": { "epoch_round": { "epoch": 0, "round": 0 }, "ledger_hashes": { "state_tree_hash": "text", "transaction_tree_hash": "text", "receipt_tree_hash": "text" }, "proposer_timestamp": { "unix_timestamp_ms": 0, "date_time": "text" } } }, "manager": { "resource_type": "Fungible" }, "owner_role": { "substate_type": "BootLoaderModuleFieldVmBoot", "is_locked": false } }