# Stellar

> Pages under Stellar in the Alchemy Docs.

## Pages

- [Quickstart](https://www.alchemy.com/docs/reference/stellar-api-quickstart.md): How to get started building on Stellar and using the JSON-RPC API
- [Stellar API Overview](https://www.alchemy.com/docs/stellar/stellar-api-overview.md): Overview of available Stellar API methods
- [getEvents](https://www.alchemy.com/docs/chains/stellar/stellar-api-endpoints/get-events.md): returns contract events
- [getFeeStats](https://www.alchemy.com/docs/chains/stellar/stellar-api-endpoints/get-fee-stats.md): returns statistics about charged inclusion fees
- [getHealth](https://www.alchemy.com/docs/chains/stellar/stellar-api-endpoints/get-health.md): Get health
- [getLatestLedger](https://www.alchemy.com/docs/chains/stellar/stellar-api-endpoints/get-latest-ledger.md): returns latest known ledger
- [getLedgerEntries](https://www.alchemy.com/docs/chains/stellar/stellar-api-endpoints/get-ledger-entries.md): returns ledger entries
- [getLedgers](https://www.alchemy.com/docs/chains/stellar/stellar-api-endpoints/get-ledgers.md): returns a list of ledgers with their details
- [getNetwork](https://www.alchemy.com/docs/chains/stellar/stellar-api-endpoints/get-network.md): returns network config
- [getTransaction](https://www.alchemy.com/docs/chains/stellar/stellar-api-endpoints/get-transaction.md): Get transaction
- [getTransactions](https://www.alchemy.com/docs/chains/stellar/stellar-api-endpoints/get-transactions.md): Get transactions
- [getVersionInfo](https://www.alchemy.com/docs/chains/stellar/stellar-api-endpoints/get-version-info.md): returns version information of RPC and Captive Core
- [sendTransaction](https://www.alchemy.com/docs/chains/stellar/stellar-api-endpoints/send-transaction.md): Send transaction
- [simulateTransaction](https://www.alchemy.com/docs/chains/stellar/stellar-api-endpoints/simulate-transaction.md): Simulate transaction
- [FAQ](https://www.alchemy.com/docs/reference/stellar-api-faq.md): Frequently asked questions about the Stellar API
