Get address transactions
GET
/v1/address/{hash}/txsLast modified: 6 months ago
Get address transactions
Request
Path Params
hash
string
required
Hash
>= 47 characters<= 47 characters
Example:
celestia12zs7e3n8pjd8y8ex0cyv67ethv30mekgqu665r
Query Params
limit
integer
optional
Count of requested entities
>= 1<= 100
Example:
10
offset
integer
optional
Offset
>= 1
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
from
integer
optional
Time from in unix timestamp
>= 1
Example:
1727510000
to
integer
optional
Time to in unix timestamp
>= 1
Example:
1727518843
height
integer
optional
Block number
>= 1
Example:
123456
Request samples
Responses
OK(200)
Bad Request(400)
Internal Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
array of:
codespace
string <string>
optional
Example:
sdk
error
string <string>
optional
Example:
events_count
integer <int64>
optional
Example:
2
fee
string <int64>
optional
Example:
9348
gas_used
integer <int64>
optional
Example:
4253
gas_wanted
integer <int64>
optional
Example:
9348
hash
string <binary>
optional
Example:
652452A670018D629CC116E510BA88C1CABE061336661B1F3D206D248BD558AF
height
integer <int64>
optional
Example:
100
id
integer <int64>
optional
Example:
321
memo
string <string>
optional
Example:
Transfer to private account
message_types
array[string]
optional
Allowed values:
MsgUnknownMsgSetWithdrawAddressMsgWithdrawDelegatorRewardMsgWithdrawValidatorCommissionMsgFundCommunityPoolMsgCreateValidatorMsgEditValidatorMsgDelegateMsgBeginRedelegateMsgUndelegateMsgCancelUnbondingDelegationMsgUnjailMsgSendMsgMultiSendMsgCreateVestingAccountMsgCreatePermanentLockedAccountMsgCreatePeriodicVestingAccountMsgPayForBlobsMsgGrantMsgExecMsgRevokeMsgGrantAllowanceMsgRevokeAllowanceMsgRegisterEVMAddressMsgSubmitProposalMsgExecLegacyContentMsgVoteMsgVoteWeightedMsgDepositIBCTransferMsgVerifyInvariantMsgSubmitEvidenceMsgSendNFTMsgCreateGroupMsgUpdateGroupMembersMsgUpdateGroupAdminMsgUpdateGroupMetadataMsgCreateGroupPolicyMsgUpdateGroupPolicyAdminMsgCreateGroupWithPolicyMsgUpdateGroupPolicyDecisionPolicyMsgUpdateGroupPolicyMetadataMsgSubmitProposalGroupMsgWithdrawProposalMsgVoteGroupMsgExecGroupMsgLeaveGroupMsgSoftwareUpgradeMsgCancelUpgradeMsgRegisterInterchainAccountMsgSendTxMsgRegisterPayeeMsgRegisterCounterpartyPayeeMsgPayPacketFeeMsgPayPacketFeeAsyncMsgTransferMsgCreateClientMsgUpdateClientMsgUpgradeClientMsgSubmitMisbehaviourMsgConnectionOpenInitMsgConnectionOpenTryMsgConnectionOpenAckMsgConnectionOpenConfirmMsgChannelOpenInitMsgChannelOpenTryMsgChannelOpenAckMsgChannelOpenConfirmMsgChannelCloseInitMsgChannelCloseConfirmMsgRecvPacketMsgTimeoutMsgTimeoutOnCloseMsgAcknowledgement
Example:
["MsgSend","MsgUnjail"]
messages
array[object (responses.Message) {9}]
optional
data
object
optional
height
integer <int64>
optional
Example:
100
id
integer <int64>
optional
Example:
321
position
integer <int64>
optional
Example:
2
size
integer
optional
Example:
2
time
string <date-time>
optional
Example:
2023-07-04T03:10:57+00:00
tx
object (responses.Tx)
optional
tx_id
integer <int64>
optional
Example:
11
type
enum<string>
optional
Allowed values:
MsgUnknownMsgSetWithdrawAddressMsgWithdrawDelegatorRewardMsgWithdrawValidatorCommissionMsgFundCommunityPoolMsgCreateValidatorMsgEditValidatorMsgDelegateMsgBeginRedelegateMsgUndelegateMsgCancelUnbondingDelegationMsgUnjailMsgSendMsgMultiSendMsgCreateVestingAccountMsgCreatePermanentLockedAccountMsgCreatePeriodicVestingAccountMsgPayForBlobsMsgGrantMsgExecMsgRevokeMsgGrantAllowanceMsgRevokeAllowanceMsgRegisterEVMAddressMsgSubmitProposalMsgExecLegacyContentMsgVoteMsgVoteWeightedMsgDepositIBCTransferMsgVerifyInvariantMsgSubmitEvidenceMsgSendNFTMsgCreateGroupMsgUpdateGroupMembersMsgUpdateGroupAdminMsgUpdateGroupMetadataMsgCreateGroupPolicyMsgUpdateGroupPolicyAdminMsgCreateGroupWithPolicyMsgUpdateGroupPolicyDecisionPolicyMsgUpdateGroupPolicyMetadataMsgSubmitProposalGroupMsgWithdrawProposalMsgVoteGroupMsgExecGroupMsgLeaveGroupMsgSoftwareUpgradeMsgCancelUpgradeMsgRegisterInterchainAccountMsgSendTxMsgRegisterPayeeMsgRegisterCounterpartyPayeeMsgPayPacketFeeMsgPayPacketFeeAsyncMsgTransferMsgCreateClientMsgUpdateClientMsgUpgradeClientMsgSubmitMisbehaviourMsgConnectionOpenInitMsgConnectionOpenTryMsgConnectionOpenAckMsgConnectionOpenConfirmMsgChannelOpenInitMsgChannelOpenTryMsgChannelOpenAckMsgChannelOpenConfirmMsgChannelCloseInitMsgChannelCloseConfirmMsgRecvPacketMsgTimeoutMsgTimeoutOnCloseMsgAcknowledgement
Example:
MsgCreatePeriodicVestingAccount
messages_count
integer <int64>
optional
Example:
1
position
integer <int64>
optional
Example:
11
signers
array[object (responses.ShortAddress) {2}]
optional
hash
string
required
Celestia address
Example:
celestia15hgtsr3sezr6tl6jsf0afdh3qlgpgq48czxqpw
celestials
object
required
Primary celestials domain
status
enum<string>
optional
Allowed values:
successfailed
Example:
success
time
string <date-time>
optional
Example:
2023-07-04T03:10:57+00:00
timeout_height
integer <int64>
optional
Example:
0
Example
[
{
"codespace": "sdk",
"error": "",
"events_count": 2,
"fee": "9348",
"gas_used": 4253,
"gas_wanted": 9348,
"hash": "652452A670018D629CC116E510BA88C1CABE061336661B1F3D206D248BD558AF",
"height": 100,
"id": 321,
"memo": "Transfer to private account",
"message_types": [
"MsgSend",
"MsgUnjail"
],
"messages": [
{
"data": {
"property1": "string",
"property2": "string"
},
"height": 100,
"id": 321,
"position": 2,
"size": 2,
"time": "2023-07-04T03:10:57+00:00",
"tx": {},
"tx_id": 11,
"type": "MsgUnknown"
}
],
"messages_count": 1,
"position": 11,
"signers": [
{
"hash": "celestia15hgtsr3sezr6tl6jsf0afdh3qlgpgq48czxqpw",
"celestials": {
"name": "celestials-id",
"image_url": "https://pub-02b8085711a24a2894773a06b77a13b7.r2.dev/default.png"
}
}
],
"status": "success",
"time": "2023-07-04T03:10:57+00:00",
"timeout_height": 0
}
]
Last modified: 6 months ago