Get messages contained in the block
GET
/v1/block/{height}/messagesLast modified: 3 months ago
Get messages contained in the block
Request
Path Params
height
integer
required
Block height
>= 1
Example:
10000
Query Params
limit
integer
optional
Count of requested entities
<= 100
Example:
10
offset
integer
optional
Offset
Example:
0
msg_type
enum<string>
optional
Comma-separated message types list
Allowed values:
MsgUnknownMsgSetWithdrawAddressMsgWithdrawDelegatorRewardMsgWithdrawValidatorCommissionMsgFundCommunityPoolMsgCreateValidatorMsgEditValidatorMsgDelegateMsgBeginRedelegateMsgUndelegateMsgCancelUnbondingDelegationMsgUnjailMsgSendMsgMultiSendMsgCreateVestingAccountMsgCreatePermanentLockedAccountMsgCreatePeriodicVestingAccountMsgPayForBlobsMsgGrantMsgExecMsgRevokeMsgGrantAllowanceMsgRevokeAllowanceMsgRegisterEVMAddressMsgSubmitProposalMsgExecLegacyContentMsgVoteMsgVoteWeightedMsgDepositIBCTransferMsgVerifyInvariantMsgSubmitEvidenceMsgSendNFTMsgCreateGroupMsgUpdateGroupMembersMsgUpdateGroupAdminMsgUpdateGroupMetadataMsgCreateGroupPolicyMsgUpdateGroupPolicyAdminMsgCreateGroupWithPolicyMsgUpdateGroupPolicyDecisionPolicyMsgUpdateGroupPolicyMetadataMsgSubmitProposalGroupMsgWithdrawProposalMsgVoteGroupMsgExecGroupMsgLeaveGroupMsgSoftwareUpgradeMsgCancelUpgradeMsgRegisterInterchainAccountMsgSendTxMsgRegisterPayeeMsgRegisterCounterpartyPayeeMsgPayPacketFeeMsgPayPacketFeeAsyncMsgTransferMsgCreateClientMsgUpdateClientMsgUpgradeClientMsgSubmitMisbehaviourMsgConnectionOpenInitMsgConnectionOpenTryMsgConnectionOpenAckMsgConnectionOpenConfirmMsgChannelOpenInitMsgChannelOpenTryMsgChannelOpenAckMsgChannelOpenConfirmMsgChannelCloseInitMsgChannelCloseConfirmMsgRecvPacketMsgTimeoutMsgTimeoutOnCloseMsgAcknowledgement
Example:
MsgSetWithdrawAddress
excluded_msg_type
enum<string>
optional
Comma-separated message types which should be excluded from list
Allowed values:
MsgUnknownMsgSetWithdrawAddressMsgWithdrawDelegatorRewardMsgWithdrawValidatorCommissionMsgFundCommunityPoolMsgCreateValidatorMsgEditValidatorMsgDelegateMsgBeginRedelegateMsgUndelegateMsgCancelUnbondingDelegationMsgUnjailMsgSendMsgMultiSendMsgCreateVestingAccountMsgCreatePermanentLockedAccountMsgCreatePeriodicVestingAccountMsgPayForBlobsMsgGrantMsgExecMsgRevokeMsgGrantAllowanceMsgRevokeAllowanceMsgRegisterEVMAddressMsgSubmitProposalMsgExecLegacyContentMsgVoteMsgVoteWeightedMsgDepositIBCTransferMsgVerifyInvariantMsgSubmitEvidenceMsgSendNFTMsgCreateGroupMsgUpdateGroupMembersMsgUpdateGroupAdminMsgUpdateGroupMetadataMsgCreateGroupPolicyMsgUpdateGroupPolicyAdminMsgCreateGroupWithPolicyMsgUpdateGroupPolicyDecisionPolicyMsgUpdateGroupPolicyMetadataMsgSubmitProposalGroupMsgWithdrawProposalMsgVoteGroupMsgExecGroupMsgLeaveGroupMsgSoftwareUpgradeMsgCancelUpgradeMsgRegisterInterchainAccountMsgSendTxMsgRegisterPayeeMsgRegisterCounterpartyPayeeMsgPayPacketFeeMsgPayPacketFeeAsyncMsgTransferMsgCreateClientMsgUpdateClientMsgUpgradeClientMsgSubmitMisbehaviourMsgConnectionOpenInitMsgConnectionOpenTryMsgConnectionOpenAckMsgConnectionOpenConfirmMsgChannelOpenInitMsgChannelOpenTryMsgChannelOpenAckMsgChannelOpenConfirmMsgChannelCloseInitMsgChannelCloseConfirmMsgRecvPacketMsgTimeoutMsgTimeoutOnCloseMsgAcknowledgement
Example:
MsgCreateValidator
Request samples
Responses
OK(200)
Bad Request(400)
Internal Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
$ref(#/definitions/2465242)[]
optional
#/definitions/2465242
optional
Example
Not configured
Last modified: 3 months ago