Endpoint
Introduction
We empower developers to build with scalable and reliable Aptos nodes and APIs, aiming to support the long-term success of the Aptos blockchain ecosystem. Our Aptos Node API is a perfect RESTful API solution for all client applications to interact with both the Aptos mainnet and testnet.
Quotas & Limits
- This API package's consumption is measured by (CUPS).
- Each user will have a monthly quota of CU under a set rate limit Compute Units (CUs)depending on your membership tiers.
- Your monthly quota will be shared among all API packages that consume CU.
API List (22)
By default this endpoint just checks that it can get the latest ledger info and then returns 200.
This endpoint accepts an EncodeSubmissionRequest.
The gas estimation is handled by taking the median of the last 100,000 transactions.
Retrieves high-level information about an account, such as its sequence number and authentication key.
Retrieves an individual module from a given account and at a specific ledger version.
Retrieves all account modules' bytecode for a given account at a specific ledger version.
Retrieves an individual resource from a given account and at a specific ledger version.
Retrieves all account resources for a given account and a specific ledger version.
Retrieves transactions from an account.
This endpoint allows you to get the transactions in a block and the corresponding block information.