Celenium API Docs
PlansExplorer
PlansExplorer
  1. Address
  • Introduction
  • Celenium API
    • Address
      • Get addresses
        GET
      • Get count of addresses in network
        GET
      • Get address info
        GET
      • Get blobs pushed by address
        GET
      • Get delegations made by address
        GET
      • Get grants where address is grantee
        GET
      • Get grants made by address
        GET
      • Get address messages
        GET
      • Get redelegations made by address
        GET
      • Get address stats
        GET
      • Get address transactions
        GET
      • Get undelegations made by address
        GET
      • Get vesting for address
        GET
    • 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
      • Get blocks
      • Get count of blocks in network
      • Get block info
      • List blobs which was pushed in the block
      • Count of blobs which was pushed in block
      • Get events from begin and end of block
      • Get messages contained in the block
      • ODS for block
      • Get block stats by height
    • General
      • Get network constants
      • Get celenium enumerators
      • Get current indexer head
    • Gas
      • Get estimated gas for pay for blob
      • Get estimated gas price
    • Rollup
      • Get rollups
      • Get count of rollups in network
      • Get rollup by slug
      • Get rollup info
      • Get rollup blobs
      • Get rollup distribution
      • Export rollup blobs
      • Get rollup namespaces info
      • Get rollup stats
    • Search
      • Search by hash
    • 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
      • Get transactions
      • Get count of transactions in network
      • List genesis transactions info
      • Get transaction by hash
      • List blobs which was pushed by transaction
      • Count of blobs which was pushed by transaction
      • Get transaction events
      • Get transaction messages
    • Validator
      • Get validators
      • Get validator's count by status
      • Get validator info
      • Get blocks which was proposed by validator
      • Get validator's delegators
      • Get validator's jails
      • Get validator's uptime and history of signed block
    • Vesting
      • Periods vesting periods by id
    • Websocket
      • Websocket API
  1. Address

Get blobs pushed by address

Mainnet
https://api-mainnet.celenium.io
Mainnet
https://api-mainnet.celenium.io
GET
https://api-mainnet.celenium.io
/v1/address/{hash}/blobs
address
Last modified:2024-09-28 10:19:24
Get blobs pushed by address

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. Default: desc
Allowed values:
ascdesc
Example:
asc
sort_by
enum<string> 
optional
Sort field. If it's empty internal id is used
Allowed values:
timesize
Example:
time

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/address/celestia12zs7e3n8pjd8y8ex0cyv67ethv30mekgqu665r/blobs?limit=10&offset=0&sort=asc&sort_by=time'

Responses

🟢200OK
application/json
Body
array of:
commitment
string <base64>
optional
Example:
vbGakK59+Non81TE3ULg5Ve5ufT9SFm/bCyY+WLR3gg=
content_type
string <string>
optional
Example:
image/png
height
integer 
optional
Example:
100
namespace
object (responses.Namespace) 
optional
blobs_count
integer 
optional
Example:
10000
hash
string <base64>
optional
Example:
U3dhZ2dlciByb2Nrcw==
id
integer 
optional
Example:
321
last_height
integer <int64>
optional
Example:
100
last_message_time
string <date-time>
optional
Example:
2023-07-04T03:10:57+00:00
name
string <string>
optional
Example:
name
namespace_id
string <binary>
optional
Example:
4723ce10b187716adfc55ff7e6d9179c226e6b5440b02577cca49d02
pfb_count
integer 
optional
Example:
12
reserved
boolean 
optional
Example:
true
size
integer 
optional
Example:
12345
version
integer 
optional
rollup
object (responses.ShortRollup) 
optional
id
integer 
optional
Example:
321
logo
string <string>
optional
Example:
https://some_link.com/image.png
name
string <string>
optional
Example:
Rollup name
slug
string <string>
optional
Example:
rollup_slug
signer
object (responses.ShortAddress) 
optional
hash
string 
required
Celestia address
Example:
celestia15hgtsr3sezr6tl6jsf0afdh3qlgpgq48czxqpw
celestials
object 
required
Primary celestials domain
size
integer 
optional
Example:
10
time
string <date-time>
optional
Example:
2023-07-04T03:10:57+00:00
tx
object (responses.Tx) 
optional
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
messages_count
integer <int64>
optional
Example:
1
position
integer <int64>
optional
Example:
11
signers
array[object (responses.ShortAddress) {2}] 
optional
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
[
  {
    "commitment": "vbGakK59+Non81TE3ULg5Ve5ufT9SFm/bCyY+WLR3gg=",
    "content_type": "image/png",
    "height": 100,
    "namespace": {
      "blobs_count": 10000,
      "hash": "U3dhZ2dlciByb2Nrcw==",
      "id": 321,
      "last_height": 100,
      "last_message_time": "2023-07-04T03:10:57+00:00",
      "name": "name",
      "namespace_id": "4723ce10b187716adfc55ff7e6d9179c226e6b5440b02577cca49d02",
      "pfb_count": 12,
      "reserved": true,
      "size": 12345,
      "version": 0
    },
    "rollup": {
      "id": 321,
      "logo": "https://some_link.com/image.png",
      "name": "Rollup name",
      "slug": "rollup_slug"
    },
    "signer": {
      "hash": "celestia15hgtsr3sezr6tl6jsf0afdh3qlgpgq48czxqpw",
      "celestials": {
        "name": "celestials-id",
        "image_url": "https://pub-02b8085711a24a2894773a06b77a13b7.r2.dev/default.png"
      }
    },
    "size": 10,
    "time": "2023-07-04T03:10:57+00:00",
    "tx": {
      "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 2024-09-28 10:19:24
Previous
Get address info
Next
Get delegations made by address
Built with