Last updated 8 months ago
A successful response.
const response = await fetch('https://atom.nownodes.io/cosmos/base/node/v1beta1/status', { method: 'GET', headers: {}, }); const data = await response.json();
{ "earliest_store_height": "text", "height": "text", "timestamp": "2024-12-21T16:21:59.491Z", "app_hash": "Ynl0ZXM=", "validator_hash": "Ynl0ZXM=" }