# Aptos Documentation > Move-based L1. Aptos Node REST API. - [Quicknode Aptos REST API Overview](https://www.quicknode.com/docs/aptos.md): Get started with Aptos REST API on Quicknode. Access reliable, low-latency blockchain infrastructure with globally distributed endpoints for seamless development. ## Making API Requests - [Aptos QuickStart](https://www.quicknode.com/docs/aptos/quickstart.md): Get started with Aptos REST API on Quicknode. Follow this QuickStart to get up and running with your own Quicknode endpoint and making your first API request to the Aptos blockchain. - [Aptos API Endpoints](https://www.quicknode.com/docs/aptos/endpoints.md): Learn about Aptos endpoint URLs, API credits, and method compatibility - [Aptos Endpoint Security](https://www.quicknode.com/docs/aptos/endpoint-security.md): Learn about endpoint security options and how to set up a Quicknode Aptos REST API endpoint for optimal performance and security. ## API Reference - [Aptos API Overview](https://www.quicknode.com/docs/aptos/api-overview.md): Overview of supported Aptos APIs, networks and supported products on Quicknode. ## Node API - [v1 REST API Endpoint](https://www.quicknode.com/docs/aptos/v1.md): Retrieve the latest ledger information, including data such as chain ID, role type, ledger versions, epoch, etc. - [/v1/accounts/{address} REST API Endpoint](https://www.quicknode.com/docs/aptos/v1-accounts-address.md): Retrieves information such as the authentication key and the sequence number for the specified account address. - [/v1/accounts/{address}/events/{creation_number} REST API Endpoint](https://www.quicknode.com/docs/aptos/v1-accounts-address-events-creation_number.md): Retrieves events from the Aptos blockchain network based on their creation number for the given address. - [/v1/accounts/{address}/events/{event_handle}/{field_name} REST API Endpoint](https://www.quicknode.com/docs/aptos/v1-accounts-address-events-event_handle-field_name.md): Retrieves events emitted to the given account matching that event type. - [/v1/accounts/{address}/module/{module_name} REST API Endpoint](https://www.quicknode.com/docs/aptos/v1-accounts-address-module-module_name.md): Retrieves the bytecode of an individual module associated with a specified account at a particular ledger version. If the ledger version is not explicitly provided in the request, the latest ledger version is used. - [/v1/accounts/{address}/modules REST API Endpoint](https://www.quicknode.com/docs/aptos/v1-accounts-address-modules.md): Retrieves the bytecode of all account modules associated with a specified account at a particular ledger version. If the ledger version is not explicitly provided in the request, the latest ledger version is used. - [/v1/accounts/{address}/resource/{resource_type} REST API Endpoint](https://www.quicknode.com/docs/aptos/v1-accounts-address-resource-resource_type.md): Retrieves an individual resource from the specified account at a particular ledger version. If the ledger version is not explicitly provided in the request, the latest ledger version is used. - [/v1/accounts/{address}/resources REST API Endpoint](https://www.quicknode.com/docs/aptos/v1-accounts-address-resources.md): Retrieves all the account resources from the specified account at a particular ledger version. If the ledger version is not explicitly provided in the request, the latest ledger version is used. - [/v1/accounts/{address}/transactions REST API Endpoint](https://www.quicknode.com/docs/aptos/v1-accounts-address-transactions.md): Retrieves the on-chain committed transactions associated with a specific account. - [/v1/blocks/by_height/{block_height} REST API Endpoint](https://www.quicknode.com/docs/aptos/v1-blocks-by_height-block_height.md): Retrieves a specific block's information from the Aptos blockchain network, given its height. - [/v1/blocks/by_version/{version} REST API Endpoint](https://www.quicknode.com/docs/aptos/v1-blocks-by_version-version.md): Retrieves a specific block's information from the Aptos blockchain network, given its version number. - [/v1/estimate_gas_price REST API Endpoint](https://www.quicknode.com/docs/aptos/v1-estimate_gas_price.md): Estimates the gas price for executing a transaction in the Aptos blockchain network. - [/v1/healthy REST API Endpoint](https://www.quicknode.com/docs/aptos/v1-healthy.md): Checks the health status of the node. - [/v1/spec REST API Endpoint](https://www.quicknode.com/docs/aptos/v1-spec.md): Provides a UI to explore the API and retrieve information directly from /spec.yaml and /spec.json - [/v1/submit_transactions REST API Endpoint](https://www.quicknode.com/docs/aptos/v1-submit_transactions.md): The submit transaction method allows users to send transactions to the FullNode DevNet platform by providing necessary transaction details in the request body and receiving a response containing the transaction information. - [/v1/tables/{table_handle}/item REST API Endpoint](https://www.quicknode.com/docs/aptos/v1-tables-table_handle-item.md): Retrieves a specific item from the table using {table_handle} in the path and the "key" provided in the request body (TableItemRequest) and returns the corresponding item at the specified ledger version. - [/v1/tables/{table_handle}/raw_item REST API Endpoint](https://www.quicknode.com/docs/aptos/v1-tables-table_handle-raw_item.md): Retrieves a specific table item from the table identified by {table_handle} in the path, using the "key" provided in the request body (RawTableItemRequest), and returns the raw, unprocessed data associated with the identified item at the specified ledger version. - [/v1/transactions REST API Endpoint](https://www.quicknode.com/docs/aptos/v1-transactions.md): Retrieves a list of committed transactions from the Aptos blockchain network. It supports pagination by specifying the page size and start ledger version to obtain a specific sequence of transactions. - [/v1/transactions/batch REST API Endpoint](https://www.quicknode.com/docs/aptos/v1-transactions-batch.md): Allows users to submit a batch of transactions to the FullNode DevNet platform, providing transaction details in the request body and receiving information about any transaction failures encountered during the batch. - [/v1/transactions/by_hash/{txn_hash} REST API Endpoint](https://www.quicknode.com/docs/aptos/v1-transactions-by_hash-txn_hash.md): Retrieves a transaction from the Aptos blockchain network based on the specified transaction hash. - [/v1/transactions/by_version/{txn_version} REST API Endpoint](https://www.quicknode.com/docs/aptos/v1-transactions-by_version-txn_version.md): Retrieves a specific transaction from the Aptos blockchain network based on the specified transaction version. - [/v1/transactions/encode_submission REST API Endpoint](https://www.quicknode.com/docs/aptos/v1-transactions-encode_submission.md): Encodes a transaction submission, allowing users to prepare and structure their transactions accurately before submission. - [/v1/transactions/simulate REST API Endpoint](https://www.quicknode.com/docs/aptos/v1-transactions-simulate.md): Allows users to simulate a transaction on the FullNode DevNet platform, providing transaction details in the request body and receiving a response with the simulation result, offering insights into the potential outcome of the transaction. - [/v1/view REST API Endpoint](https://www.quicknode.com/docs/aptos/v1-view.md): Allows users to retrieve the current state of the blockchain by querying specific information without performing any modifications or transactions. ## Marketplace - [Supported Marketplace Add-Ons for Aptos](https://www.quicknode.com/docs/aptos/marketplace-addons.md): Supported Marketplace Add-Ons for Aptos