Aptos Names

K
Account

Getting Started

You can incorporate Aptos Names into your project in two primary ways: via the ts-sdk or via the API.

Recommended: Use the TS SDK

We recommend using the TypeScript SDK for most projects. The TS SDK provides:

  • Type safety: Full TypeScript support with comprehensive type definitions
  • Better developer experience: IntelliSense, autocomplete, and compile-time error checking
  • Easier integration: Simple package installation and straightforward API
  • Consistent patterns: Works seamlessly with other Aptos SDK functionality

The REST API is available for projects that cannot use the TS SDK (e.g., non-JavaScript/TypeScript projects).

Increasing rate limits

Regardless of the method you choose to use, you will encounter rate limits if you do not provide a valid API key. You can register for a free API key via Geomi.

After you have your API key, you can proceed with your desired method of integration.