Celestia RPC
셀레스티아 개요
Celestia is a modular blockchain network that separates data availability and consensus from execution. This design allows developers to launch their own blockchains without needing to bootstrap a validator set or compromise on scalability.
The network consists of two main components:
-
Data Availability Layer: Celestia's core function is ensuring that transaction data is accessible and verifiable by anyone. It uses Data Availability Sampling (DAS), which allows light nodes to verify data without downloading entire blocks.
-
Consensus Layer: Built on the Cosmos SDK with a modified Tendermint consensus mechanism, Celestia orders and publishes transactions while leaving execution to rollups and other chains built on top.
Celestia uses TIA as its native token for paying data availability fees, staking, and governance. The network operates on a Proof-of-Stake consensus mechanism.
Interacting with Celestia APIs
Celestia provides a JSON-RPC API through its celestia-node client. This API allows direct interaction with Celestia's Data Availability layer for operations like submitting blobs, querying headers, and managing shares.
Celestia also exposes Cosmos REST APIs and Tendermint RPC methods for querying blockchain state and consensus information. The modular design means that execution happens on rollups and other chains that use Celestia for data availability, while Celestia itself focuses on consensus and data availability functions.
The Quicknode Celestia documentation is continuously evolving as the chain undergoes upgrades and changes, so we highly recommend cross-referencing with the official Celestia documentation for the latest updates and API details.
Make Celestia API Calls
The quickest way to start building with Celestia is to create a Quicknode endpoint and send your first JSON-RPC request.
Quicknode provides managed Celestia endpoints, giving you immediate access to Celestia Mainnet and Testnet without the overhead of running infrastructure. These endpoints offer:
- 높은 신뢰성 – 가동 중단 시간을 최소화하도록 설계된 전 세계에 분산된 인프라
- Enhanced performance – optimized latency and request handling for production applications
- 통합 생태계 – Quicknode 마켓플레이스의 전용 API(애드온) 및 Streams와 같은 제품을 통한 추가 기능
QuickStart 페이지를 방문하여 엔드포인트를 생성하고 첫 번째 요청을 보내보세요.
지원되는 네트워크
Quicknode provides access to the following Celestia networks:
To query historical data, use the x-cosmos-block-height header with REST API requests or specify the height parameter with Tendermint API requests:
Cosmos REST API Example:
curl --location 'https://docs-demo.celestia-mainnet.quiknode.pro/cosmos/bank/v1beta1/balances/celestia1cwhxmw9kaz72nhdsuqvk6ljf9dzes8kg7ysg9d' \
--header 'x-cosmos-block-height: 1000000'
Tendermint API Example:
curl --location 'https://docs-demo.celestia-mainnet.quiknode.pro/block?height=1000000'
Complete reference for developers building on Celestia with Quicknode:
빠른 시작
Get started with Celestia quickly. Follow our step-by-step quickstart to set up your endpoint and make your first API request.
공급자 엔드포인트
Learn how to configure and manage your Celestia endpoints for optimal performance and reliability.
API 개요
강력한 애플리케이션을 구축하는 데 필요한 지원되는 API, 네트워크, Quicknode 제품 및 향상된 API 기능을 살펴보세요.
마켓플레이스
Quicknode 마켓플레이스에서 강력한 애드온과 도구를 찾아 통합하여 웹3 애플리케이션을 강화해 보세요.
엔드포인트 보안
인증, 화이트리스트 적용 및 모범 보안 관행을 통해 엔드포인트를 보호하십시오.