Skip to main content
Skip table of contents

Aptos

Aptos is a next-generation Layer-1 blockchain designed for safety, scalability, and upgradeability, powered by the Move programming language and parallel execution for high-throughput Web3 applications. This document details the supported RPC endpoints and methods. For more details about our Aptos services, visit our Aptos page.

Features

Method

Supported

HTTPs

Web Sockets

Archive Access

Public Aptos RPC Endpoint

Access Aptos via these public endpoints. For production, sign up for an API Key to avoid rate limits

https://aptos.api.onfinality.io/v1/public

Supported Methods

Below is the complete list of Aptos REST API methods. Access the account, block, transaction, gas estimation, and simulation endpoints required for Aptos development.

Method

Supported

Response Units

/v1

1

/v1/accounts/{address}

1

/v1/accounts/{address}/events/{creation_number}

1

/v1/accounts/{address}/events/{event_handle}/{field_name}

1

/v1/accounts/{address}/module/{module_name}

1

/v1/accounts/{address}/modules

1

/v1/accounts/{address}/resource/{resource_type}

1

/v1/accounts/{address}/resources

1

/v1/accounts/{address}/transactions

1

/v1/blocks/by_height/{block_height}

1

/v1/blocks/by_version/{version}

1

/v1/estimate_gas_price

1

/v1/health

1

/v1/spec

1

/v1/submit_transactions

1

/v1/tables/{table_handle}/item

1

/v1/tables/{table_handle}/raw_item

1

/v1/transactions

1

/v1/transactions/batch

1

/v1/transactions/by_hash/{txn_hash}

1

/v1/transactions/by_version/{txn_version}

1

/v1/transactions/encode_submission

1

/v1/transactions/simulate

1

/v1/view

1

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.