Get transactions
GET
/v1/txModified at: 9 days ago
Returns a list of transactions in network.
Request
Query Params
limit
integer
optional
Count of requested entities
<= 100
Example:
10
offset
integer
optional
Offset
Example:
0
sort
enum<string>
optional
Sort order
Allowed values:
ascdesc
Example:
asc
status
enum<string>
optional
Comma-separated status list
Allowed values:
successfailed
Example:
success
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 list which should be excluded
Allowed values:
MsgUnknownMsgSetWithdrawAddressMsgWithdrawDelegatorRewardMsgWithdrawValidatorCommissionMsgFundCommunityPoolMsgCreateValidatorMsgEditValidatorMsgDelegateMsgBeginRedelegateMsgUndelegateMsgCancelUnbondingDelegationMsgUnjailMsgSendMsgMultiSendMsgCreateVestingAccountMsgCreatePermanentLockedAccountMsgCreatePeriodicVestingAccountMsgPayForBlobsMsgGrantMsgExecMsgRevokeMsgGrantAllowanceMsgRevokeAllowanceMsgRegisterEVMAddressMsgSubmitProposalMsgExecLegacyContentMsgVoteMsgVoteWeightedMsgDepositIBCTransferMsgVerifyInvariantMsgSubmitEvidenceMsgSendNFTMsgCreateGroupMsgUpdateGroupMembersMsgUpdateGroupAdminMsgUpdateGroupMetadataMsgCreateGroupPolicyMsgUpdateGroupPolicyAdminMsgCreateGroupWithPolicyMsgUpdateGroupPolicyDecisionPolicyMsgUpdateGroupPolicyMetadataMsgSubmitProposalGroupMsgWithdrawProposalMsgVoteGroupMsgExecGroupMsgLeaveGroupMsgSoftwareUpgradeMsgCancelUpgradeMsgRegisterInterchainAccountMsgSendTxMsgRegisterPayeeMsgRegisterCounterpartyPayeeMsgPayPacketFeeMsgPayPacketFeeAsyncMsgTransferMsgCreateClientMsgUpdateClientMsgUpgradeClientMsgSubmitMisbehaviourMsgConnectionOpenInitMsgConnectionOpenTryMsgConnectionOpenAckMsgConnectionOpenConfirmMsgChannelOpenInitMsgChannelOpenTryMsgChannelOpenAckMsgChannelOpenConfirmMsgChannelCloseInitMsgChannelCloseConfirmMsgRecvPacketMsgTimeoutMsgTimeoutOnCloseMsgAcknowledgement
Example:
MsgUnknown
from
integer
optional
Time from in unix timestamp
Example:
1727523000
to
integer
optional
Time to in unix timestamp
Example:
1727524000
height
integer
optional
Block number
Example:
10000
messages
boolean
optional
If true join messages
Example:
false
Request samples
Responses
OK(200)
Bad Request(400)
Internal Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
$ref(#/definitions/2465262)[]
optional
#/definitions/2465262
optional
Example
Not configured
Modified at 9 days ago