# Celestia Documentation > Modular data-availability L1. Celestia Node API, Celestia gRPC, Cosmos REST/gRPC, and Tendermint RPC. - [Quicknode Celestia RPC Overview](https://www.quicknode.com/docs/celestia.md): Get started with Celestia RPC on Quicknode. Access reliable, low-latency blockchain infrastructure with globally distributed endpoints for seamless development. ## Making API Requests - [Celestia QuickStart](https://www.quicknode.com/docs/celestia/quickstart.md): Get started with Celestia RPC on Quicknode. Follow this QuickStart to get up and running with your own Quicknode endpoint and making your first API request to the Celestia blockchain. - [Celestia API Endpoints](https://www.quicknode.com/docs/celestia/endpoints.md): Learn how to use Celestia RPC endpoints, make API requests, and handle responses with Quicknode. - [Celestia Endpoint Security](https://www.quicknode.com/docs/celestia/endpoint-security.md): Learn about endpoint security options and how to set up a Quicknode Celestia RPC endpoint for optimal performance and security. ## API Reference - [Celestia API Overview](https://www.quicknode.com/docs/celestia/api-overview.md): Overview of supported Celestia APIs, networks and supported products on Quicknode. ## Tendermint JSON-RPC/REST API - [abci_info REST API Endpoint](https://www.quicknode.com/docs/celestia/abci_info.md): Retrieves application info. - [abci_query REST API Endpoint](https://www.quicknode.com/docs/celestia/abci_query.md): Queries the application for particular information. - [block REST API Endpoint](https://www.quicknode.com/docs/celestia/block.md): Retrieves a block at a specified height. - [block_by_hash REST API Endpoint](https://www.quicknode.com/docs/celestia/block_by_hash.md): Retrieves a block by hash. - [block_results REST API Endpoint](https://www.quicknode.com/docs/celestia/block_results.md): Retrieves block results at a specified height. - [block_search REST API Endpoint](https://www.quicknode.com/docs/celestia/block_search.md): Searches for blocks by BeginBlock and EndBlock events. - [blockchain REST API Endpoint](https://www.quicknode.com/docs/celestia/blockchain.md): Retrieves block headers for minHeight <= height <= maxHeight. - [broadcast_tx REST API Endpoint](https://www.quicknode.com/docs/celestia/broadcast_tx.md): Returns with the response from CheckTx. Does not wait for DeliverTx result. - [broadcast_tx_commit REST API Endpoint](https://www.quicknode.com/docs/celestia/broadcast_tx_commit.md): Returns with the responses from CheckTx and DeliverTx. - [check_tx REST API Endpoint](https://www.quicknode.com/docs/celestia/check_tx.md): Checks the transaction without executing it. - [commit REST API Endpoint](https://www.quicknode.com/docs/celestia/commit.md): Retrieves commit results at a specified height. - [consensus_params REST API Endpoint](https://www.quicknode.com/docs/celestia/consensus_params.md): Retrieves consensus parameters. - [consensus_state REST API Endpoint](https://www.quicknode.com/docs/celestia/consensus_state.md): Retrieves consensus state. - [dump_consensus_state REST API Endpoint](https://www.quicknode.com/docs/celestia/dump_consensus_state.md): Retrieves consensus state. - [genesis_chunked REST API Endpoint](https://www.quicknode.com/docs/celestia/genesis_chunked.md): Retrieves Genesis in multiple chunks. - [header REST API Endpoint](https://www.quicknode.com/docs/celestia/header.md): Get the header at a specified height. - [header_by_hash REST API Endpoint](https://www.quicknode.com/docs/celestia/header_by_hash.md): Get the header by block hash. - [health REST API Endpoint](https://www.quicknode.com/docs/celestia/health.md): Get node health. It returns true which indicate the node is healthy and operational, otherwise false. - [num_unconfirmed_txs REST API Endpoint](https://www.quicknode.com/docs/celestia/num_unconfirmed_txs.md): Retrieves data on unconfirmed transactions. - [status REST API Endpoint](https://www.quicknode.com/docs/celestia/status.md): Retrieves Tendermint status including node info, pubkey, latest block hash, app hash, block height and time. - [tx REST API Endpoint](https://www.quicknode.com/docs/celestia/tx.md): Retrieves a transaction by hash. - [tx_search REST API Endpoint](https://www.quicknode.com/docs/celestia/tx_search.md): Searches for transactions with their results. ## Node API - [blob.Get RPC Method](https://www.quicknode.com/docs/celestia/blob-get.md): Retrieves the blob by commitment under the given namespace and height. - [blob.GetAll RPC Method](https://www.quicknode.com/docs/celestia/blob-getAll.md): Retrieves the blob by commitment under the given namespace and height. - [blob.GetCommitmentProof RPC Method](https://www.quicknode.com/docs/celestia/blob-getCommitmentProof.md): Generates a commitment proof for a share commitment. - [blob.GetProof RPC Method](https://www.quicknode.com/docs/celestia/blob-getProof.md): Retrieves proofs in the given namespaces at the given height by commitment. - [blob.Subscribe RPC Method](https://www.quicknode.com/docs/celestia/blob-subscribe.md): Subscribe to published blobs from the given namespace as they are included. - [blob.Included RPC Method](https://www.quicknode.com/docs/celestia/blob.Included.md): Checks whether a blob's given commitment(Merkle subtree root) is included at given height and under the namespace. - [fraud.Get RPC Method](https://www.quicknode.com/docs/celestia/fraud-get.md): Fetches fraud proofs from the disk by its type - [fraud.Subscribe RPC Method](https://www.quicknode.com/docs/celestia/fraud-subscribe.md): Subscribe allows to subscribe on a Proof pub sub topic by its type. - [header.GetByHash RPC Method](https://www.quicknode.com/docs/celestia/header-getByHash.md): Returns the header of the given hash from the node header store - [header.GetByHeight RPC Method](https://www.quicknode.com/docs/celestia/header-getByHeight.md): Returns the ExtendedHeader at the given height if it is currently available. - [header.GetRangeByHeight RPC Method](https://www.quicknode.com/docs/celestia/header-getRangeByHeight.md): Returns the given range (from:to) of ExtendedHeaders from the node's header store and verifies that the returned headers are adjacent to each other. - [header.LocalHead RPC Method](https://www.quicknode.com/docs/celestia/header-localHead.md): Returns the ExtendedHeader of the chain head. - [header.NetworkHead RPC Method](https://www.quicknode.com/docs/celestia/header-networkHead.md): Provides the Syncer's view of the current network head. - [header.Subscribe RPC Method](https://www.quicknode.com/docs/celestia/header-subscribe.md): Subscribe to recent ExtendedHeaders from the network. - [header.SyncState RPC Method](https://www.quicknode.com/docs/celestia/header-syncState.md): Returns the current state of the header Syncer. - [header.SyncWait RPC Method](https://www.quicknode.com/docs/celestia/header-syncWait.md): SyncWait blocks until the header Syncer is synced to network head. - [header.WaitForHeight RPC Method](https://www.quicknode.com/docs/celestia/header-waitForHeight.md): WaitForHeight blocks until the header at the given height has been processed by the store or context deadline is exceeded. - [node.Ready RPC Method](https://www.quicknode.com/docs/celestia/node-ready.md): Returns true once the node's RPC is ready to accept requests. - [share.GetEDS RPC Method](https://www.quicknode.com/docs/celestia/share-getEDS.md): Gets the full EDS identified by the given extended header. - [share.GetRange RPC Method](https://www.quicknode.com/docs/celestia/share-getRange.md): Returns the given range (from:to) of ExtendedHeaders from the node's header store and verifies that the returned headers are adjacent to each other. - [share.GetShare RPC Method](https://www.quicknode.com/docs/celestia/share-getShare.md): Gets a Share by coordinates in EDS. - [share.GetSharesByNamespace RPC Method](https://www.quicknode.com/docs/celestia/share-getSharesByNamespace.md): Gets all shares from an EDS within the given namespace. Shares are returned in a row-by-row order if the namespace spans multiple rows. - [share.SharesAvailable RPC Method](https://www.quicknode.com/docs/celestia/share-sharesAvailable.md): Validates if Shares committed to the given ExtendedHeader are available on the Network. - [state.BalanceForAddress RPC Method](https://www.quicknode.com/docs/celestia/state-balanceForAddress.md): Retrieves the Celestia coin balance for the given address and verifies the returned balance against the corresponding block's AppHash. - [state.QueryDelegation RPC Method](https://www.quicknode.com/docs/celestia/state-queryDelegation.md): Retrieves the delegation information between a delegator and a validator. - [state.QueryRedelegations RPC Method](https://www.quicknode.com/docs/celestia/state-queryRedelegations.md): Retrieves the status of the redelegations between a delegator and a validator. - [state.QueryUnbonding RPC Method](https://www.quicknode.com/docs/celestia/state-queryUnbonding.md): Retrieves the unbonding status between a delegator and a validator. ## gRPC - [Celestia gRPC API Overview](https://www.quicknode.com/docs/celestia/celestia-grpc/overview.md): Celestia gRPC API Overview for real-time blockchain data access - [AnnualProvisions gRPC Method](https://www.quicknode.com/docs/celestia/celestia-grpc/AnnualProvisions.md): Queries the current annual provisions of new tokens created through inflation on the Celestia blockchain - [EstimateGasPrice gRPC Method](https://www.quicknode.com/docs/celestia/celestia-grpc/EstimateGasPrice.md): Estimates the gas price based on transaction priorities and gas prices from the last five blocks on the Celestia blockchain - [EstimateGasPriceAndUsage gRPC Method](https://www.quicknode.com/docs/celestia/celestia-grpc/EstimateGasPriceAndUsage.md): Estimates both the gas price based on transaction priority and the gas usage for a specific transaction on the Celestia blockchain. This method simulates the transaction to determine the exact gas consumption. - [GenesisTime gRPC Method](https://www.quicknode.com/docs/celestia/celestia-grpc/GenesisTime.md): Queries the genesis time of the Celestia blockchain, which is the timestamp of the first block - [GetUpgrade gRPC Method](https://www.quicknode.com/docs/celestia/celestia-grpc/GetUpgrade.md): Enables a client to query for upgrade information if an upgrade is pending. The response will be empty if no upgrade is pending. - [InflationRate gRPC Method](https://www.quicknode.com/docs/celestia/celestia-grpc/InflationRate.md): Returns the current inflation rate. - [NetworkMinGasPrice gRPC Method](https://www.quicknode.com/docs/celestia/celestia-grpc/NetworkMinGasPrice.md): Queries the network wide minimum gas price. - [Params gRPC Method](https://www.quicknode.com/docs/celestia/celestia-grpc/Params.md): Queries the parameters of the module. - [TxStatus gRPC Method](https://www.quicknode.com/docs/celestia/celestia-grpc/TxStatus.md): Returns the status of a transaction by its hash. Possible statuses are - Committed, Pending, Evicted, or Unknown. - [VersionTally gRPC Method](https://www.quicknode.com/docs/celestia/celestia-grpc/VersionTally.md): Creates a new asset (token) on the Tron blockchain with specified parameters ## gRPC — Setup & Configuration - [Making Celestia gRPC Requests with Go](https://www.quicknode.com/docs/celestia/celestia-grpc/overview/go.md): A technical guide to setting up Go for making Celestia gRPC requests using the Celestia Plugin. ## Cosmos REST API & gRPC - [/cosmos/auth/v1beta1/accounts REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-auth-v1beta1-accounts.md): Returns all the existing accounts. - [/cosmos/auth/v1beta1/accounts/{address} REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-auth-v1beta1-accounts-address.md): Returns account details based on address. - [/cosmos/auth/v1beta1/params REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-auth-v1beta1-params.md): Queries all parameters. - [/cosmos/authz/v1beta1/grants REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-authz-v1beta1-grants.md): Returns list of Authorization, granted to the grantee by the granter. - [/cosmos/authz/v1beta1/grants/grantee/{grantee} REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-authz-v1beta1-grants-grantee-grantee.md): Returns a list of GrantAuthorization by grantee. - [/cosmos/authz/v1beta1/grants/granter/{granter} REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-authz-v1beta1-grants-granter-granter.md): Returns list of GrantAuthorization, granted by granter. - [/cosmos/bank/v1beta1/balances/{address} REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-bank-v1beta1-balances-address.md): Queries the balance of all coins for a single account. - [/cosmos/bank/v1beta1/balances/{address}/by_denom REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-bank-v1beta1-balances-address-by-denom.md): Balance queries the balance of a single coin for a single account. - [/cosmos/bank/v1beta1/denoms_metadata REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-bank-v1beta1-denoms-metadata.md): Queries the client metadata for all registered coin denominations. - [/cosmos/bank/v1beta1/denoms_metadata/{denom} REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-bank-v1beta1-denoms-metadata-denom.md): Queries the client metadata of a given coin denomination. - [/cosmos/bank/v1beta1/params REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-bank-v1beta1-params.md): Queries the parameters of x/bank module. - [/cosmos/bank/v1beta1/spendable_balances/{address} REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-bank-v1beta1-spendable-balances-address.md): Queries the spendable balance of all coins for a single account. - [/cosmos/bank/v1beta1/supply REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-bank-v1beta1-supply.md): Queries the total supply of all coins. - [/cosmos/bank/v1beta1/supply/by_denom REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-bank-v1beta1-supply-by-denom.md): Queries the supply of a single coin. - [/cosmos/base/tendermint/v1beta1/blocks/{height} REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-base-tendermint-v1beta1-blocks-height.md): Queries block for given height. - [/cosmos/base/tendermint/v1beta1/blocks/latest REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-base-tendermint-v1beta1-blocks-latest.md): Returns the latest block. - [/cosmos/base/tendermint/v1beta1/node_info REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-base-tendermint-v1beta1-node-info.md): Queries the current node info. - [/cosmos/base/tendermint/v1beta1/syncing REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-base-tendermint-v1beta1-syncing.md): Return the status of node syncing. - [/cosmos/base/tendermint/v1beta1/validatorsets/{height} REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-base-tendermint-v1beta1-validatorsets-height.md): Queries validator-set at a given height. - [/cosmos/base/tendermint/v1beta1/validatorsets/latest REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-base-tendermint-v1beta1-validatorsets-latest.md): Queries latest validator-set. - [/cosmos/distribution/v1beta1/community_pool REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-distribution-v1beta1-community-pool.md): Queries the community pool coins. - [/cosmos/distribution/v1beta1/delegators/{delegator_address}/rewards REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-distribution-v1beta1-delegators-delegator-address-rewards.md): Queries the total rewards accrued by each delegator. - [/cosmos/distribution/v1beta1/delegators/{delegator_address}/rewards/{validator_address} REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-distribution-v1beta1-delegators-delegator-address-rewards-validator-address.md): Queries the total rewards accrued by a delegation. - [/cosmos/distribution/v1beta1/delegators/{delegator_address}/validators REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-distribution-v1beta1-delegators-delegator-address-validators.md): Queries the validators of a delegator. - [/cosmos/distribution/v1beta1/delegators/{delegator_address}/withdraw_address REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-distribution-v1beta1-delegators-delegator-address-withdraw-address.md): Queries withdraw address of a delegator. - [/cosmos/distribution/v1beta1/params REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-distribution-v1beta1-params.md): Queries params of the distribution module. - [/cosmos/distribution/v1beta1/validators/{validator_address}/commission REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-distribution-v1beta1-validators-validator-address-commission.md): Queries accumulated commission for a validator. - [/cosmos/distribution/v1beta1/validators/{validator_address}/outstanding_rewards REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-distribution-v1beta1-validators-validator-address-outstanding-rewards.md): Queries rewards of a validator address. - [/cosmos/distribution/v1beta1/validators/{validator_address}/slashes REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-distribution-v1beta1-validators-validator-address-slashes.md): Queries slash events of a validator. - [/cosmos/evidence/v1beta1/evidence REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-evidence-v1beta1-evidence.md): Queries all evidence. - [/cosmos/evidence/v1beta1/evidence/{hash} REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-evidence-v1beta1-evidence-hash.md): Retrieves evidence based on evidence hash. - [/cosmos/feegrant/v1beta1/allowance/{granter}/{grantee} REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-feegrant-v1beta1-allowance-granter-grantee.md): Retrieves the fee granted to the grantee by the granter. - [/cosmos/feegrant/v1beta1/allowances/{grantee} REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-feegrant-v1beta1-allowances-grantee.md): Retrieves all the grants for an address. - [/cosmos/feegrant/v1beta1/issued/{granter} REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-feegrant-v1beta1-issued-granter.md): Returns all the grants given by an address. - [/cosmos/gov/v1/proposals/{proposal_id}/votes/{voter} REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-gov-v1-proposals-proposal-id-votes-voter.md): Queries voted information based on proposalID, voterAddr. - [/cosmos/gov/v1beta1/params/{params_type} REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-gov-v1beta1-params-params-type.md): Queries all parameters of the gov module. - [/cosmos/gov/v1beta1/proposals REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-gov-v1beta1-proposals.md): Queries all proposals based on given status. - [/cosmos/gov/v1beta1/proposals/{proposal_id} REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-gov-v1beta1-proposals-proposal-id.md): Queries a proposal based on proposal id. - [/cosmos/gov/v1beta1/proposals/{proposal_id}/deposits REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-gov-v1beta1-proposals-proposal-id-deposits.md): Queries all deposits of a single proposal. - [/cosmos/gov/v1beta1/proposals/{proposal_id}/deposits/{depositor} REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-gov-v1beta1-proposals-proposal-id-deposits-depositor.md): Queries single deposit information based on proposalID, depositAddr. - [/cosmos/gov/v1beta1/proposals/{proposal_id}/tally REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-gov-v1beta1-proposals-proposal-id-tally.md): Queries the tally of a proposal vote. - [/cosmos/gov/v1beta1/proposals/{proposal_id}/votes REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-gov-v1beta1-proposals-proposal-id-votes.md): Queries votes of a given proposal. - [/cosmos/slashing/v1beta1/params REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-slashing-v1beta1-params.md): Queries the parameters of slashing module - [/cosmos/slashing/v1beta1/signing_infos REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-slashing-v1beta1-signing-infos.md): Queries signing info of all validators - [/cosmos/staking/v1beta1/delegations/{delegator_addr} REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-staking-v1beta1-delegations-delegator-addr.md): Queries all delegations of a given delegator address. - [/cosmos/staking/v1beta1/delegators/{delegator_addr}/redelegations REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-staking-v1beta1-delegators-delegator-addr-redelegations.md): Queries redelegations of given address. - [/cosmos/staking/v1beta1/delegators/{delegator_addr}/unbonding_delegations REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-staking-v1beta1-delegators-delegator-addr-unbonding-delegations.md): Queries all unbonding delegations of a given delegator address. - [/cosmos/staking/v1beta1/delegators/{delegator_addr}/validators REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-staking-v1beta1-delegators-delegator-addr-validators.md): Queries all validators info for given delegator address. - [/cosmos/staking/v1beta1/delegators/{delegator_addr}/validators/{validator_addr} REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-staking-v1beta1-delegators-delegator-addr-validators-validator-addr.md): Queries validator info for given delegator validator pair. - [/cosmos/staking/v1beta1/params REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-staking-v1beta1-params.md): Queries the staking parameters. - [/cosmos/staking/v1beta1/pool REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-staking-v1beta1-pool.md): Queries the pool info. - [/cosmos/staking/v1beta1/validators REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-staking-v1beta1-validators.md): Queries all validators that match the given status. - [/cosmos/staking/v1beta1/validators/{validator_addr} REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-staking-v1beta1-validators-validator-addr.md): Queries validator info for given validator address. - [/cosmos/staking/v1beta1/validators/{validator_addr}/delegations REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-staking-v1beta1-validators-validator-addr-delegations.md): Queries delegate info for given validator. - [/cosmos/staking/v1beta1/validators/{validator_addr}/delegations/{delegator_addr} REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-staking-v1beta1-validators-validator-addr-delegations-delegator-addr.md): Queries delegate info for given validator delegator pair. - [/cosmos/staking/v1beta1/validators/{validator_addr}/delegations/{delegator_addr}/unbonding_delegation REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-staking-v1beta1-validators-validator-addr-delegations-delegator-addr-unbonding-delegation.md): Queries unbonding info for given validator delegator pair. - [/cosmos/staking/v1beta1/validators/{validator_addr}/unbonding_delegations REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-staking-v1beta1-validators-validator-addr-unbonding-delegations.md): Queries unbonding delegations of a validator. - [/cosmos/tx/v1beta1/txs/block/{height} REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-tx-v1beta1-txs-block-height.md): Fetches a block with decoded txs. - [/cosmos/tx/v1beta1/txs/{hash} REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-tx-v1beta1-txs-hash.md): Fetches a tx by hash. - [/cosmos/tx/v1beta1/simulate REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-tx-v1beta1-simulate.md): Simulate simulates executing a transaction for estimating gas usage. - [/cosmos/tx/v1beta1/txs REST API Endpoint](https://www.quicknode.com/docs/celestia/cosmos-api/cosmos-tx-v1beta1-txs.md): BroadcastTx broadcast transaction. ## Marketplace - [Supported Marketplace Add-Ons for Celestia](https://www.quicknode.com/docs/celestia/marketplace-addons.md): Learn about the Quicknode Marketplace and how to utilize Marketplace Add-ons on Celestia.