Celenium API Docs
Plans
Explorer
Plans
Explorer
Block
Copy Page
Introduction
Celenium API
Blobs
List all blobs with filters
Get namespace blob by commitment on height
Get blob metadata by commitment on height
Get blobs via JSON-RPC like in Node 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
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
Block
Get blocks
GET
Get count of blocks in network
GET
Get block info
GET
List blobs which was pushed in the block
GET
Count of blobs which was pushed in block
GET
Get events from begin and end of block
GET
Get messages contained in the block
GET
ODS for block
GET
Get block stats by height
GET
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
Block
Copy Page
Count of blobs which was pushed in block
Mainnet
https://api-mainnet.celenium.io
Mainnet
https://api-mainnet.celenium.io
GET
https://api-mainnet.celenium.io
/v1/block/{height}/blobs/count
Try it
Run in Apidog
Run in Apidog
Last modified:
2024-11-05 18:33:37
Count of blobs which was pushed by transaction
Request
Path Params
Generate Code
height
integer
Â
required
Block height
>= 1
Example:
10000
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
cURL-Windows
Httpie
wget
PowerShell
curl
--location
--request
GET
'https://api-mainnet.celenium.io/v1/block/10000/blobs/count'
Responses
🟢
200
OK
application/json
Generate Code
Body
Generate Code
integer
Â
optional
Example
0
đźź
400
Bad Request
đź”´
500
Internal Server Error
Modified atÂ
2024-11-05 18:33:37
Previous
List blobs which was pushed in the block
Next
Get events from begin and end of block