- Introduction
- Celenium API
- Address
- Get addresses
- Get count of addresses in network
- Get address info
- Get blobs pushed by address
- Get delegations made by address
- Get grants where address is grantee
- Get grants made by address
- Get address messages
- Get redelegations made by address
- Get address stats
- Get address transactions
- Get undelegations made by address
- Get vesting for address
- Namespace
- List all blobs with filters
- Get namespace blob by commitment on height
- Get blob metadata by commitment on height
- Get namespaces
- Get namespace info
- Get namespace info by id and version
- Get blob metadata for namespace
- Get namespace messages by id and version
- List rollups using the namespace
- Get namespace info by base64
- Get namespace blobs on height
- Block
- General
- Gas
- Rollup
- Search
- Stats
- Get histogram for namespace with precomputed stats
- Get namespaces with sorting by size.
- Get current TIA price
- Get histogram with TIA price
- Get histogram with precomputed stats
- Get cumulative histogram with precomputed stats
- Get histogram for staking with precomputed stats
- Get value by table and function
- Get tps
- Transactions
- Validator
- Vesting
- Websocket
List genesis transactions info
Mainnet
Mainnet
GET
https://api-mainnet.celenium.io/v1/tx/genesis
transactions
Last modified:2025-01-12 13:45:32
Request
Query Params
limit
integer
optional
<= 100
Example:
10
offset
integer
optional
Example:
0
sort
enum<string>
optional
Allowed values:
ascdesc
Example:
asc
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-mainnet.celenium.io/v1/tx/genesis?limit=10&offset=0&sort=asc'
Responses
🟢200OK
application/json
Body
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
Example:
celestia15hgtsr3sezr6tl6jsf0afdh3qlgpgq48czxqpw
celestials
object
required
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": null,
"property2": null
},
"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
}
]
🟠400Bad Request
🔴500Internal Server Error
Modified at 2025-01-12 13:45:32