Tendermint
Last updated
Last updated
A successful response.
A successful response.
pagination defines an pagination for the response.
A successful response.
pagination defines an pagination for the response.
A successful response.
VersionInfo is the type for the GetNodeInfoResponse message.
A successful response.
A successful response.
const response = await fetch('https://lcd.uno.sentry.testnet.v3.kiivalidator.com/cosmos/base/tendermint/v1beta1/syncing', {
method: 'GET',
headers: {},
});
const data = await response.json();
{
"syncing": false
}
const response = await fetch('https://lcd.uno.sentry.testnet.v3.kiivalidator.com/cosmos/base/tendermint/v1beta1/validatorsets/latest', {
method: 'GET',
headers: {},
});
const data = await response.json();
{
"block_height": "text",
"validators": [
{
"address": "text",
"pub_key": {
"@type": "text"
},
"voting_power": "text",
"proposer_priority": "text"
}
],
"pagination": {
"next_key": "Ynl0ZXM=",
"total": "text"
}
}
const response = await fetch('https://lcd.uno.sentry.testnet.v3.kiivalidator.com/cosmos/base/tendermint/v1beta1/validatorsets/{height}', {
method: 'GET',
headers: {},
});
const data = await response.json();
{
"block_height": "text",
"validators": [
{
"address": "text",
"pub_key": {
"@type": "text"
},
"voting_power": "text",
"proposer_priority": "text"
}
],
"pagination": {
"next_key": "Ynl0ZXM=",
"total": "text"
}
}
const response = await fetch('https://lcd.uno.sentry.testnet.v3.kiivalidator.com/cosmos/base/tendermint/v1beta1/node_info', {
method: 'GET',
headers: {},
});
const data = await response.json();
{
"default_node_info": {
"protocol_version": {
"p2p": "text",
"block": "text",
"app": "text"
},
"node_id": "text",
"listen_addr": "text",
"network": "text",
"version": "text",
"channels": "Ynl0ZXM=",
"moniker": "text",
"other": {
"tx_index": "text",
"rpc_address": "text"
}
},
"application_version": {
"name": "text",
"app_name": "text",
"version": "text",
"git_commit": "text",
"build_tags": "text",
"go_version": "text",
"build_deps": [
{
"path": "text",
"version": "text",
"sum": "text"
}
],
"cosmos_sdk_version": "text"
}
}
const response = await fetch('https://lcd.uno.sentry.testnet.v3.kiivalidator.com/cosmos/base/tendermint/v1beta1/blocks/latest', {
method: 'GET',
headers: {},
});
const data = await response.json();
{
"block_id": {
"hash": "Ynl0ZXM=",
"part_set_header": {
"total": 0,
"hash": "Ynl0ZXM="
}
},
"block": {
"header": {
"version": {
"block": "text",
"app": "text"
},
"chain_id": "text",
"height": "text",
"time": "2025-01-19T14:19:06.455Z",
"last_block_id": {
"hash": "Ynl0ZXM=",
"part_set_header": {
"total": 0,
"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",
"round": 0,
"block_id": {
"hash": "Ynl0ZXM=",
"part_set_header": {
"total": 0,
"hash": "Ynl0ZXM="
}
},
"timestamp": "2025-01-19T14:19:06.455Z",
"validator_address": "Ynl0ZXM=",
"validator_index": 0,
"signature": "Ynl0ZXM=",
"extension": "Ynl0ZXM=",
"extension_signature": "Ynl0ZXM="
},
"vote_b": {
"type": "SIGNED_MSG_TYPE_UNKNOWN",
"height": "text",
"round": 0,
"block_id": {
"hash": "Ynl0ZXM=",
"part_set_header": {
"total": 0,
"hash": "Ynl0ZXM="
}
},
"timestamp": "2025-01-19T14:19:06.455Z",
"validator_address": "Ynl0ZXM=",
"validator_index": 0,
"signature": "Ynl0ZXM=",
"extension": "Ynl0ZXM=",
"extension_signature": "Ynl0ZXM="
},
"total_voting_power": "text",
"validator_power": "text",
"timestamp": "2025-01-19T14:19:06.455Z"
},
"light_client_attack_evidence": {
"conflicting_block": {
"signed_header": {
"header": {
"version": {
"block": "text",
"app": "text"
},
"chain_id": "text",
"height": "text",
"time": "2025-01-19T14:19:06.455Z",
"last_block_id": {
"hash": "Ynl0ZXM=",
"part_set_header": {
"total": 0,
"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",
"round": 0,
"block_id": {
"hash": "Ynl0ZXM=",
"part_set_header": {
"total": 0,
"hash": "Ynl0ZXM="
}
},
"signatures": [
{
"block_id_flag": "BLOCK_ID_FLAG_UNKNOWN",
"validator_address": "Ynl0ZXM=",
"timestamp": "2025-01-19T14:19:06.455Z",
"signature": "Ynl0ZXM="
}
]
}
},
"validator_set": {
"validators": [
{
"address": "Ynl0ZXM=",
"pub_key": {
"ed25519": "Ynl0ZXM=",
"secp256k1": "Ynl0ZXM=",
"sr25519": "Ynl0ZXM="
},
"voting_power": "text",
"proposer_priority": "text"
}
],
"proposer": {
"address": "Ynl0ZXM=",
"pub_key": {
"ed25519": "Ynl0ZXM=",
"secp256k1": "Ynl0ZXM=",
"sr25519": "Ynl0ZXM="
},
"voting_power": "text",
"proposer_priority": "text"
},
"total_voting_power": "text"
}
},
"common_height": "text",
"byzantine_validators": [
{
"address": "Ynl0ZXM=",
"pub_key": {
"ed25519": "Ynl0ZXM=",
"secp256k1": "Ynl0ZXM=",
"sr25519": "Ynl0ZXM="
},
"voting_power": "text",
"proposer_priority": "text"
}
],
"total_voting_power": "text",
"timestamp": "2025-01-19T14:19:06.455Z"
}
}
]
},
"last_commit": {
"height": "text",
"round": 0,
"block_id": {
"hash": "Ynl0ZXM=",
"part_set_header": {
"total": 0,
"hash": "Ynl0ZXM="
}
},
"signatures": [
{
"block_id_flag": "BLOCK_ID_FLAG_UNKNOWN",
"validator_address": "Ynl0ZXM=",
"timestamp": "2025-01-19T14:19:06.455Z",
"signature": "Ynl0ZXM="
}
]
}
}
}
const response = await fetch('https://lcd.uno.sentry.testnet.v3.kiivalidator.com/cosmos/base/tendermint/v1beta1/blocks/{height}', {
method: 'GET',
headers: {},
});
const data = await response.json();
{
"block_id": {
"hash": "Ynl0ZXM=",
"part_set_header": {
"total": 0,
"hash": "Ynl0ZXM="
}
},
"block": {
"header": {
"version": {
"block": "text",
"app": "text"
},
"chain_id": "text",
"height": "text",
"time": "2025-01-19T14:19:06.455Z",
"last_block_id": {
"hash": "Ynl0ZXM=",
"part_set_header": {
"total": 0,
"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",
"round": 0,
"block_id": {
"hash": "Ynl0ZXM=",
"part_set_header": {
"total": 0,
"hash": "Ynl0ZXM="
}
},
"timestamp": "2025-01-19T14:19:06.455Z",
"validator_address": "Ynl0ZXM=",
"validator_index": 0,
"signature": "Ynl0ZXM=",
"extension": "Ynl0ZXM=",
"extension_signature": "Ynl0ZXM="
},
"vote_b": {
"type": "SIGNED_MSG_TYPE_UNKNOWN",
"height": "text",
"round": 0,
"block_id": {
"hash": "Ynl0ZXM=",
"part_set_header": {
"total": 0,
"hash": "Ynl0ZXM="
}
},
"timestamp": "2025-01-19T14:19:06.455Z",
"validator_address": "Ynl0ZXM=",
"validator_index": 0,
"signature": "Ynl0ZXM=",
"extension": "Ynl0ZXM=",
"extension_signature": "Ynl0ZXM="
},
"total_voting_power": "text",
"validator_power": "text",
"timestamp": "2025-01-19T14:19:06.455Z"
},
"light_client_attack_evidence": {
"conflicting_block": {
"signed_header": {
"header": {
"version": {
"block": "text",
"app": "text"
},
"chain_id": "text",
"height": "text",
"time": "2025-01-19T14:19:06.455Z",
"last_block_id": {
"hash": "Ynl0ZXM=",
"part_set_header": {
"total": 0,
"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",
"round": 0,
"block_id": {
"hash": "Ynl0ZXM=",
"part_set_header": {
"total": 0,
"hash": "Ynl0ZXM="
}
},
"signatures": [
{
"block_id_flag": "BLOCK_ID_FLAG_UNKNOWN",
"validator_address": "Ynl0ZXM=",
"timestamp": "2025-01-19T14:19:06.455Z",
"signature": "Ynl0ZXM="
}
]
}
},
"validator_set": {
"validators": [
{
"address": "Ynl0ZXM=",
"pub_key": {
"ed25519": "Ynl0ZXM=",
"secp256k1": "Ynl0ZXM=",
"sr25519": "Ynl0ZXM="
},
"voting_power": "text",
"proposer_priority": "text"
}
],
"proposer": {
"address": "Ynl0ZXM=",
"pub_key": {
"ed25519": "Ynl0ZXM=",
"secp256k1": "Ynl0ZXM=",
"sr25519": "Ynl0ZXM="
},
"voting_power": "text",
"proposer_priority": "text"
},
"total_voting_power": "text"
}
},
"common_height": "text",
"byzantine_validators": [
{
"address": "Ynl0ZXM=",
"pub_key": {
"ed25519": "Ynl0ZXM=",
"secp256k1": "Ynl0ZXM=",
"sr25519": "Ynl0ZXM="
},
"voting_power": "text",
"proposer_priority": "text"
}
],
"total_voting_power": "text",
"timestamp": "2025-01-19T14:19:06.455Z"
}
}
]
},
"last_commit": {
"height": "text",
"round": 0,
"block_id": {
"hash": "Ynl0ZXM=",
"part_set_header": {
"total": 0,
"hash": "Ynl0ZXM="
}
},
"signatures": [
{
"block_id_flag": "BLOCK_ID_FLAG_UNKNOWN",
"validator_address": "Ynl0ZXM=",
"timestamp": "2025-01-19T14:19:06.455Z",
"signature": "Ynl0ZXM="
}
]
}
}
}