# Stellar Documentation > Payments-focused L1 with Soroban smart contracts. Horizon REST API and Soroban JSON-RPC. - [Quicknode Stellar RPC Overview](https://www.quicknode.com/docs/stellar.md): Get started with Stellar RPC on Quicknode. Access reliable, low-latency blockchain infrastructure with globally distributed endpoints for seamless development. ## Making API Requests - [Stellar QuickStart](https://www.quicknode.com/docs/stellar/quickstart.md): Get started with Stellar RPC on Quicknode. Follow this QuickStart to get up and running with your own Quicknode endpoint and making your first API request to the Stellar network. - [Stellar API Endpoints](https://www.quicknode.com/docs/stellar/endpoints.md): Learn how to use Stellar RPC endpoints, make API requests, and handle responses with Quicknode. - [Stellar Endpoint Security](https://www.quicknode.com/docs/stellar/endpoint-security.md): Learn about endpoint security options and how to set up a Quicknode Stellar RPC endpoint for optimal performance and security. - [Stellar Error Reference](https://www.quicknode.com/docs/stellar/error-references.md): Common HTTP error codes and troubleshooting guide for Stellar RPC endpoints on Quicknode. ## API Reference - [Stellar API Overview](https://www.quicknode.com/docs/stellar/api-overview.md): Overview of supported Stellar APIs, networks and supported products on Quicknode. ## Horizon REST API — Aggregations - [Retrieve Fee Stats REST API Endpoint](https://www.quicknode.com/docs/stellar/retrieve-fee-stats.md): Retrieves statistics about fees charged by transactions in the Stellar network over the last 5 ledgers - [Retrieve an Order Book REST API Endpoint](https://www.quicknode.com/docs/stellar/retrieve-an-order-book.md): Retrieves an order book's bids and asks for a specific asset pair. Can be used in streaming mode - [List Strict Receive Payment Paths REST API Endpoint](https://www.quicknode.com/docs/stellar/list-strict-receive-payment-paths.md): Lists the paths a payment can take based on the amount of an asset you want the recipient to receive. The destination asset amount stays constant, and the type and amount of an asset sent varies based on offers in the order books - [List Strict Send Payment Paths REST API Endpoint](https://www.quicknode.com/docs/stellar/list-strict-send-payment-paths.md): Lists the paths a payment can take based on the amount of an asset you want to send. The source asset amount stays constant, and the type and amount of an asset received varies based on offers in the order books - [List Trade Aggregations REST API Endpoint](https://www.quicknode.com/docs/stellar/list-trade-aggregations.md): Displays trade data based on filters set in the arguments. This is done by dividing a given time range into segments and aggregating statistics, for a given asset pair (base, counter) over each of these segments ## Horizon REST API — Accounts - [List all Accounts REST API Endpoint](https://www.quicknode.com/docs/stellar/List-All-Accounts.md): Lists all accounts based on one of four filters - signer, asset, liquidity pool, or sponsor - [Retrieve an Account REST API Endpoint](https://www.quicknode.com/docs/stellar/Retrieve-An-Account.md): Retrieves information about the specific stellar account - [Retrieve an Account Operations REST API Endpoint](https://www.quicknode.com/docs/stellar/Retrieve-An-Account-Operations.md): Retrieve successful operations for a given account - [Retrieve an Account Payments REST API Endpoint](https://www.quicknode.com/docs/stellar/Retrieve-An-Account-Payments.md): Retrieves payments associated with a specific account using its account ID. - [Retrieve an Account Effects REST API Endpoint](https://www.quicknode.com/docs/stellar/Retrieve-An-Account-Effects.md): Retrieves effects associated with a specific account using its account ID - [Retrieve an Account Offers REST API Endpoint](https://www.quicknode.com/docs/stellar/Retrieve-An-Account-Offers.md): Retrieve offers associated with a particular account using its account ID - [Retrieve an Account Trades REST API Endpoint](https://www.quicknode.com/docs/stellar/Retrieve-An-Account-Trades.md): Retrieves trade records associated with a specific account using its account ID - [Retrieve an Account Transactions REST API Endpoint](https://www.quicknode.com/docs/stellar/Retrieve-An-Account-Transactions.md): Retrieves transaction records associated with a specific account using its account ID - [Retrieve an Account Data REST API Endpoint](https://www.quicknode.com/docs/stellar/Retrieve-An-Account-Data.md): Represents a single data for a given account ## Horizon REST API — Assets - [List all Assets REST API Endpoint](https://www.quicknode.com/docs/stellar/List-All-Assets.md): Retrieve a list of all assets on the Stellar network ## Horizon REST API — Claimable Balances - [List All Claimable Balances REST API Endpoint](https://www.quicknode.com/docs/stellar/List-All-Claimable-Balances.md): lists all available claimable balances - [Retrieve a Claimable Balance REST API Endpoint](https://www.quicknode.com/docs/stellar/Retrieve-A-Claimable-Balance.md): Retrieves details about a specific claimable balance in the network - [Retrieve Related Transactions {Claimable Balance} REST API Endpoint](https://www.quicknode.com/docs/stellar/Retrieve-Related-Transactions-{Claimable-Balance}.md): Retrieves transactions related to a specific claimable balance in the network - [Retrieve Related Operations {Claimable Balance} REST API Endpoint](https://www.quicknode.com/docs/stellar/Retrieve-Related-Operations-{Claimable-Balance}.md): Retrieve operations related to a specific claimable balance on the network ## Horizon REST API — Effects - [List All Effects REST API Endpoint](https://www.quicknode.com/docs/stellar/List-All-Effects.md): Retrieve all the effects (events) generated on the network ## Horizon REST API — Ledgers - [Retrieve a Ledger REST API Endpoint](https://www.quicknode.com/docs/stellar/Retrieve-A-Ledger.md): Retrieves information about a specific ledger in the network - [Retrieve a Ledger Transactions REST API Endpoint](https://www.quicknode.com/docs/stellar/Retrieve-A-Ledger-Transactions.md): Retrieves successful transactions in a given ledger - [Retrieve a Ledger Payments REST API Endpoint](https://www.quicknode.com/docs/stellar/Retrieve-A-Ledger-Payments.md): Returns all payment-related operations in a specific ledger - [Retrieve a Ledger Operations REST API Endpoint](https://www.quicknode.com/docs/stellar/Retrieve-A-Ledger-Operations.md): Returns successful operations in a specific ledger - [Retrieve a Ledger Effects REST API Endpoint](https://www.quicknode.com/docs/stellar/Retrieve-A-Ledger-Effects.md): Returns the effects of a specific ledger - [List All Ledgers REST API Endpoint](https://www.quicknode.com/docs/stellar/List-All-Ledgers.md): Retrieves a list of all ledgers in the network ## Horizon REST API — Liquidity Pools - [List all Liquidity Pools REST API Endpoint](https://www.quicknode.com/docs/stellar/List-Liquidity-Pools.md): Lists all available liquidity pools. - [Retrieve a Liquidity Pool REST API Endpoint](https://www.quicknode.com/docs/stellar/Retrieve-A-Liquidity-Pool.md): Retrieve information about a liquidity pool - [Retrieve Related Effects REST API Endpoint](https://www.quicknode.com/docs/stellar/Retrieve-Related-Effects.md): Retrieve effects realted to a given liquidity pool. - [Retrieve Related Trades REST API Endpoint](https://www.quicknode.com/docs/stellar/Retrieve-Related-Trades.md): Retrieve successful trades fulfilled by the given liquidity pool. - [Retrieve Related Transactions {Liquidity Pools} REST API Endpoint](https://www.quicknode.com/docs/stellar/Retrieve-Related-Transactions-{Liquidity-Pools}.md): Retrieve successful transactions referencing a given liquidity pool. - [Retrieve Related Operations {Liquidity Pools} REST API Endpoint](https://www.quicknode.com/docs/stellar/Retrieve-Related-Operations-{Liquidity-Pools}.md): Retrieve successful operations referencing a given liquidity pool. ## Horizon REST API — Offers - [List all Offers REST API Endpoint](https://www.quicknode.com/docs/stellar/List-All-Offers.md): Lists all currently open offers. - [Retrieve an Offer REST API Endpoint](https://www.quicknode.com/docs/stellar/Retrieve-An-Offer.md): Retrieve information about a specific offer. - [Retrieve an Offer Trades REST API Endpoint](https://www.quicknode.com/docs/stellar/Retrieve-An-Offer-Trades.md): Retrieve all trades for a given offer ## Horizon REST API — Operations - [Retrieve an Operation REST API Endpoint](https://www.quicknode.com/docs/stellar/Retrieve-An-Operation.md): Retrieve information about a specific operation - [Retrieve an Operation Effects REST API Endpoint](https://www.quicknode.com/docs/stellar/Retrieve-An-Operation-Effects.md): Returns the effects of a specific operation - [List all Operations REST API Endpoint](https://www.quicknode.com/docs/stellar/List-All-Operations.md): List all Successful operations - [List all Payments REST API Endpoint](https://www.quicknode.com/docs/stellar/List-All-Payments.md): Lists all successful payment-related operations. ## Horizon REST API — Trades - [List all Trades REST API Endpoint](https://www.quicknode.com/docs/stellar/List-All-Trades.md): Lists all trades. ## Horizon REST API — Transactions - [Retrieve a Transaction REST API Endpoint](https://www.quicknode.com/docs/stellar/Retrieve-A-Transaction.md): Returns information about a specific transaction - [Retrieve a Transaction Operations REST API Endpoint](https://www.quicknode.com/docs/stellar/Retrieve-A-Transaction-Operations.md): Retrieve successful operations for a specific transaction.. - [Retrieve a Transaction Effects REST API Endpoint](https://www.quicknode.com/docs/stellar/Retrieve-A-Transaction-Effects.md): Retrieve the effects of a specific transaction. - [List all Transactions REST API Endpoint](https://www.quicknode.com/docs/stellar/List-All-Transactions.md): Lists all Successful transactions. - [Submit a Transaction REST API Endpoint](https://www.quicknode.com/docs/stellar/Submit-A-Transaction.md): Submits a transaction to the Stellar network - [Submit a Transaction Asynchronously REST API Endpoint](https://www.quicknode.com/docs/stellar/Submit-A-Transaction-Async.md): Submits a transaction to the Stellar network asynchronously ## Soroban JSON RPC - [getEvents RPC Method](https://www.quicknode.com/docs/stellar/getEvents.md): Returns the filtered list of events emitted by a given ledger range. - [getFeeStats RPC Method](https://www.quicknode.com/docs/stellar/getFeeStats.md): Returns fee statistics for both inclusion fees and Soroban inclusion fees. - [getHealth RPC Method](https://www.quicknode.com/docs/stellar/getHealth.md): Checks the health status of the node. - [getLatestLedger RPC Method](https://www.quicknode.com/docs/stellar/getLatestLedger.md): Returns the current latest known ledger of the node. - [getLedgerEntries RPC Method](https://www.quicknode.com/docs/stellar/getLedgerEntries.md): Returns current ledger entry values, including contract data and code. - [getLedgers RPC Method](https://www.quicknode.com/docs/stellar/getLedgers.md): Returns a list of ledgers with pagination support. - [getNetwork RPC Method](https://www.quicknode.com/docs/stellar/getNetwork.md): Returns the information about the current configured network. - [getTransaction RPC Method](https://www.quicknode.com/docs/stellar/getTransaction.md): Determines when a transaction has been completed. - [getTransactions RPC Method](https://www.quicknode.com/docs/stellar/getTransactions.md): Retrieves transactions with pagination support starting from a specified ledger. - [getVersionInfo RPC Method](https://www.quicknode.com/docs/stellar/getVersionInfo.md): Returns version information about the Stellar node including version strings and protocol information. - [sendTransaction RPC Method](https://www.quicknode.com/docs/stellar/sendTransaction.md): Submit a transaction to the network. - [simulateTransaction RPC Method](https://www.quicknode.com/docs/stellar/simulateTransaction.md): Submit a trial contract invocation to simulate network execution, calculating data, authorizations, and resource fees, for testing and analyzing transaction outcomes without actual network submission. ## Marketplace - [Supported Marketplace Add-Ons for Stellar](https://www.quicknode.com/docs/stellar/marketplace-addons.md): Learn about the Quicknode Marketplace and how to utilize Marketplace Add-ons on Stellar.