Command Palette

Search for a command to run...

Server Favicon

Celenium API

Celenium is a comprehensive Celestia blockchain indexer API. Access blocks, transactions, blobs, namespaces, validators, rollups and network stats through a fast REST API. No signup or API key required: pay per request via MPP.

npx agentcash try https://mpp.celenium.io

GET

/v1/address

$0.001
List Celestia addresses with balances
GET

/v1/address/{hash}

$0.001
Get address details: balances, delegations
GET

/v1/address/{hash}/txs

$0.001
List transactions sent by or affecting an address

GET

/v1/blob

$0.001
List blobs with filtering by namespace, signer, time

GET

/v1/block

$0.001
List blocks in descending order
GET

/v1/block/{height}

$0.001
Get block by height
GET

/v1/block/{height}/stats

$0.002
Aggregated stats for a block (tx count, gas, bytes, fees)

GET

/v1/namespace

$0.002
List namespaces sorted by activity
GET

/v1/namespace/{id}/{version}/blobs

$0.002
List blobs stored under a namespace
GET

/v1/namespace_by_hash/{hash}

$0.002
Look up namespace by base64-encoded hash

GET

/v1/rollup

$0.001
List Layer 2 rollups posting blobs to Celestia
GET

/v1/rollup/{id}

$0.001
Get rollup details by internal ID

GET

/v1/search

$0.001
Search across blocks, transactions, addresses, namespaces, validators by hash

GET

/v1/constants

$0.001
Get network protocol constants (chain ID, blob params, gov params)
GET

/v1/head

$0.001
Get current indexer state (last indexed height, lag)

GET

/v1/stats/price/current

$0.002
Get current TIA price
GET

/v1/stats/series/{name}/{timeframe}

$0.005
Get network-wide time-series data
GET

/v1/stats/tps

$0.002
Get current transactions-per-second metrics

GET

/v1/tx

$0.001
List transactions with filtering
GET

/v1/tx/{hash}

$0.001
Get transaction details by hash
GET

/v1/tx/{hash}/messages

$0.001
List messages in a transaction

GET

/v1/validators

$0.002
List validators with voting power and commission
GET

/v1/validators/{id}

$0.002
Get validator details by internal ID

GET

/address

$0.001
List Celestia addresses with balances
GET

/address/count

$0.001
Total unique addresses
GET

/address/{hash}

$0.001
Address details
GET

/address/{hash}/blobs

$0.001
Blobs submitted by address
GET

/address/{hash}/delegations

$0.001
Active delegations
GET

/address/{hash}/messages

$0.001
Messages for address
GET

/address/{hash}/redelegations

$0.001
Stake redelegations
GET

/address/{hash}/stats/{name}/{timeframe}

$0.002
Address activity time-series
GET

/address/{hash}/txs

$0.001
Transactions by address
GET

/address/{hash}/undelegations

$0.001
Pending unbonding records
GET

/address/{hash}/votes

$0.001
Governance votes by address
GET

/blob

$0.001
List all blobs
GET

/blob/count

$0.001
Total blob entries
GET

/blob/exports

$0.005
Export blob metadata
GET

/block

$0.001
List blocks
GET

/block/count

$0.001
Total indexed blocks
GET

/block/head

$0.001
Latest indexed block
GET

/block/{height}

$0.001
Block by height
GET

/block/{height}/events

$0.001
Block events
GET

/block/{height}/messages

$0.001
Block messages
GET

/block/{height}/stats

$0.002
Aggregated block stats
GET

/block/{height}/txs

$0.001
Block transactions
GET

/celestials

$0.001
List Celestials NFT identities
GET

/celestials/{id}

$0.001
Celestial identity detail
GET

/constants

$0.001
Network constants
GET

/gov/proposal

$0.001
List governance proposals
GET

/gov/proposal/{id}

$0.001
Proposal detail
GET

/gov/tally

$0.001
Current tally
GET

/head

$0.001
Current indexer state
GET

/ibc/channel

$0.001
List IBC channels
GET

/ibc/client

$0.001
List IBC clients
GET

/ibc/connection

$0.001
List IBC connections
GET

/namespace

$0.002
List namespaces
GET

/namespace/by_hash/{hash}

$0.002
Namespace lookup by hash
GET

/namespace/count

$0.002
Total namespaces
GET

/namespace/{id}

$0.002
Namespace info
GET

/namespace/{id}/{version}

$0.002
Namespace by ID and version
GET

/namespace/{id}/{version}/blobs

$0.002
Blobs under namespace
GET

/namespace/{id}/{version}/messages

$0.002
PayForBlobs messages
GET

/namespace/{id}/{version}/stats/{name}/{timeframe}

$0.002
Namespace time-series stats
GET

/rollup

$0.001
List rollups
GET

/rollup/{id}

$0.001
Rollup detail
GET

/rollup/{id}/blobs

$0.001
Blobs posted by rollup
GET

/search

$0.001
Full-text search
GET

/stats/price/{timeframe}

$0.002
TIA price series
GET

/stats/series/{name}/{timeframe}

$0.005
Network time-series
GET

/stats/summary

$0.002
Network summary
GET

/tx

$0.001
List transactions
GET

/tx/count

$0.001
Total transactions
GET

/tx/{hash}

$0.001
Transaction by hash
GET

/tx/{hash}/blobs

$0.001
Transaction blobs
GET

/tx/{hash}/events

$0.001
Transaction events
GET

/tx/{hash}/messages

$0.001
Transaction messages
GET

/validator

$0.002
List validators
GET

/validator/count

$0.002
Total validators
GET

/validator/{id}

$0.002
Validator details
GET

/validator/{id}/blocks

$0.002
Blocks proposed by validator
GET

/validator/{id}/delegators

$0.002
Validator delegators
GET

/validator/{id}/stats/{name}/{timeframe}

$0.002
Validator time-series stats
GET

/validator/{id}/uptime

$0.002
Validator uptime
Install on Your Agent
Add Celenium API skills to any client
npx agentcash add https://mpp.celenium.io
Transactions
Volume
Agents