A successful response.
const response = await fetch('https://akt.nownodes.io/cosmos/base/tendermint/v1beta1/blocks/{height}', {
method: 'GET',
headers: {},
});
const data = await response.json();
{
"block_id": {
"hash": "Ynl0ZXM=",
"part_set_header": {
"hash": "Ynl0ZXM="
}
},
"block": {
"header": {
"version": {
"block": "text",
"app": "text"
},
"chain_id": "text",
"height": "text",
"time": "2024-11-10T03:37:43.328Z",
"last_block_id": {
"hash": "Ynl0ZXM=",
"part_set_header": {
"hash": "Ynl0ZXM="
}
},
"last_commit_hash": "Ynl0ZXM=",
"data_hash": "Ynl0ZXM=",
"validators_hash": "Ynl0ZXM=",
"next_validators_hash": "Ynl0ZXM=",
"consensus_hash": "Ynl0ZXM=",
"app_hash": "Ynl0ZXM=",
"last_results_hash": "Ynl0ZXM=",
"evidence_hash": "Ynl0ZXM=",
"proposer_address": "Ynl0ZXM="
},
"data": {
"txs": [
"Ynl0ZXM="
]
},
"evidence": {
"evidence": [
{
"duplicate_vote_evidence": {
"vote_a": {
"type": "SIGNED_MSG_TYPE_UNKNOWN",
"height": "text",
"block_id": {
"hash": "Ynl0ZXM=",
"part_set_header": {
"hash": "Ynl0ZXM="
}
},
"timestamp": "2024-11-10T03:37:43.328Z",
"validator_address": "Ynl0ZXM=",
"signature": "Ynl0ZXM="
},
"vote_b": {
"type": "SIGNED_MSG_TYPE_UNKNOWN",
"height": "text",
"block_id": {
"hash": "Ynl0ZXM=",
"part_set_header": {
"hash": "Ynl0ZXM="
}
},
"timestamp": "2024-11-10T03:37:43.328Z",
"validator_address": "Ynl0ZXM=",
"signature": "Ynl0ZXM="
},
"total_voting_power": "text",
"validator_power": "text",
"timestamp": "2024-11-10T03:37:43.328Z"
},
"light_client_attack_evidence": {
"conflicting_block": {
"signed_header": {
"header": {
"version": {
"block": "text",
"app": "text"
},
"chain_id": "text",
"height": "text",
"time": "2024-11-10T03:37:43.328Z",
"last_block_id": {
"hash": "Ynl0ZXM=",
"part_set_header": {
"hash": "Ynl0ZXM="
}
},
"last_commit_hash": "Ynl0ZXM=",
"data_hash": "Ynl0ZXM=",
"validators_hash": "Ynl0ZXM=",
"next_validators_hash": "Ynl0ZXM=",
"consensus_hash": "Ynl0ZXM=",
"app_hash": "Ynl0ZXM=",
"last_results_hash": "Ynl0ZXM=",
"evidence_hash": "Ynl0ZXM=",
"proposer_address": "Ynl0ZXM="
},
"commit": {
"height": "text",
"block_id": {
"hash": "Ynl0ZXM=",
"part_set_header": {
"hash": "Ynl0ZXM="
}
},
"signatures": [
{
"block_id_flag": "BLOCK_ID_FLAG_UNKNOWN",
"validator_address": "Ynl0ZXM=",
"timestamp": "2024-11-10T03:37:43.328Z",
"signature": "Ynl0ZXM="
}
]
}
},
"validator_set": {
"validators": [
{
"address": "Ynl0ZXM=",
"pub_key": {
"ed25519": "Ynl0ZXM=",
"secp256k1": "Ynl0ZXM="
},
"voting_power": "text",
"proposer_priority": "text"
}
],
"proposer": {
"address": "Ynl0ZXM=",
"pub_key": {
"ed25519": "Ynl0ZXM=",
"secp256k1": "Ynl0ZXM="
},
"voting_power": "text",
"proposer_priority": "text"
},
"total_voting_power": "text"
}
},
"common_height": "text",
"byzantine_validators": [
{
"address": "Ynl0ZXM=",
"pub_key": {
"ed25519": "Ynl0ZXM=",
"secp256k1": "Ynl0ZXM="
},
"voting_power": "text",
"proposer_priority": "text"
}
],
"total_voting_power": "text",
"timestamp": "2024-11-10T03:37:43.328Z"
}
}
]
},
"last_commit": {
"height": "text",
"block_id": {
"hash": "Ynl0ZXM=",
"part_set_header": {
"hash": "Ynl0ZXM="
}
},
"signatures": [
{
"block_id_flag": "BLOCK_ID_FLAG_UNKNOWN",
"validator_address": "Ynl0ZXM=",
"timestamp": "2024-11-10T03:37:43.328Z",
"signature": "Ynl0ZXM="
}
]
}
}
}