api/doc/README.md
Aptos Node API v1 provides a RESTful interface for interacting with Aptos blockchain nodes. The API enables users to retrieve blockchain information, submit transactions, and query account states.
The API does not require authentication for public endpoints. Some administrative endpoints may require additional authorization.
The API follows semantic versioning. Current v1 version ensures backward compatibility within the major version.
Complete OpenAPI specification is available at /api/v1/spec
We welcome community contributions! Please review our contribution guidelines before submitting a pull request.