v1
latestSwagger 2.02026-07-17127100479.5 KBaddress
Get address messages
Returns a paginated list of Cosmos SDK messages associated with the given address. Supports filtering by message type.
get/address/{hash}/messages
Path parameters
hashstring required
Hash
Query parameters
limitinteger
Count of requested entities
offsetinteger
Offset
sort'asc' | 'desc'
Sort order
msg_type'MsgUnknown' | 'MsgSetWithdrawAddress' | 'MsgWithdrawDelegatorReward' | 'MsgWithdrawValidatorCommission' | 'MsgFundCommunityPool' | 'MsgCreateValidator' | 'MsgEditValidator' | 'MsgDelegate' | 'MsgBeginRedelegate' | 'MsgUndelegate' | 'MsgCancelUnbondingDelegation' | 'MsgUnjail' | 'MsgSend' | 'MsgMultiSend' | 'MsgCreateVestingAccount' | 'MsgCreatePermanentLockedAccount' | 'MsgCreatePeriodicVestingAccount' | 'MsgPayForBlobs' | 'MsgGrant' | 'MsgExec' | 'MsgRevoke' | 'MsgGrantAllowance' | 'MsgRevokeAllowance' | 'MsgRegisterEVMAddress' | 'MsgSubmitProposal' | 'MsgExecLegacyContent' | 'MsgVote' | 'MsgVoteWeighted' | 'MsgDeposit' | 'IBCTransfer' | 'MsgVerifyInvariant' | 'MsgSubmitEvidence' | 'MsgSendNFT' | 'MsgCreateGroup' | 'MsgUpdateGroupMembers' | 'MsgUpdateGroupAdmin' | 'MsgUpdateGroupMetadata' | 'MsgCreateGroupPolicy' | 'MsgUpdateGroupPolicyAdmin' | 'MsgCreateGroupWithPolicy' | 'MsgUpdateGroupPolicyDecisionPolicy' | 'MsgUpdateGroupPolicyMetadata' | 'MsgSubmitProposalGroup' | 'MsgWithdrawProposal' | 'MsgVoteGroup' | 'MsgExecGroup' | 'MsgLeaveGroup' | 'MsgSoftwareUpgrade' | 'MsgCancelUpgrade' | 'MsgRegisterInterchainAccount' | 'MsgSendTx' | 'MsgRegisterPayee' | 'MsgRegisterCounterpartyPayee' | 'MsgPayPacketFee' | 'MsgPayPacketFeeAsync' | 'MsgTransfer' | 'MsgCreateClient' | 'MsgUpdateClient' | 'MsgUpgradeClient' | 'MsgSubmitMisbehaviour' | 'MsgRecoverClient' | 'MsgIBCSoftwareUpgrade' | 'MsgUpdateParams' | 'MsgConnectionOpenInit' | 'MsgConnectionOpenTry' | 'MsgConnectionOpenAck' | 'MsgConnectionOpenConfirm' | 'MsgChannelOpenInit' | 'MsgChannelOpenTry' | 'MsgChannelOpenAck' | 'MsgChannelOpenConfirm' | 'MsgChannelCloseInit' | 'MsgChannelCloseConfirm' | 'MsgRecvPacket' | 'MsgTimeout' | 'MsgTimeoutOnClose' | 'MsgAcknowledgement' | 'MsgSignalVersion' | 'MsgTryUpgrade' | 'MsgCreateMailbox' | 'MsgProcessMessage' | 'MsgSetMailbox' | 'MsgCreateCollateralToken' | 'MsgCreateSyntheticToken' | 'MsgSetToken' | 'MsgEnrollRemoteRouter' | 'MsgUnrollRemoteRouter' | 'MsgRemoteTransfer' | 'MsgUpdateMinfeeParams' | 'MsgCreateIgp' | 'MsgSetIgpOwner' | 'MsgSetDestinationGasConfig' | 'MsgPayForGas' | 'MsgClaim' | 'MsgCreateMerkleTreeHook' | 'MsgCreateNoopHook' | 'MsgCreateMessageIdMultisigIsm' | 'MsgCreateMerkleRootMultisigIsm' | 'MsgCreateNoopIsm' | 'MsgAnnounceValidator' | 'MsgCreateRoutingIsm' | 'MsgSetRoutingIsmDomain' | 'MsgRemoveRoutingIsmDomain' | 'MsgUpdateRoutingIsmOwner' | 'MsgUpdateBlobParams' | 'MsgPruneExpiredGrants' | 'MsgSetSendEnabled' | 'MsgAuthorizeCircuitBreaker' | 'MsgResetCircuitBreaker' | 'MsgTripCircuitBreaker' | 'MsgModuleQuerySafe' | 'MsgForward' | 'MsgCreateInterchainSecurityModule' | 'MsgUpdateInterchainSecurityModule' | 'MsgSubmitMessages'
Comma-separated message types list
Response
OK
Example response
[
{
"height": 100,
"id": 321,
"position": 2,
"size": 2,
"time": "2023-07-04T03:10:57+00:00",
"tx": {
"fee": "9348",
"hash": "652452A670018D629CC116E510BA88C1CABE061336661B1F3D206D248BD558AF",
"message_types": [
"MsgSend",
"MsgUnjail"
],
"messages_count": 1
},
"tx_id": 11
}
]