Aptos Gateway API
Welcome to the Aptos Gateway API documentation. This API provides a set of endpoints for interacting with the Aptos blockchain, enabling you to query account information, send transactions, manage tokens, and retrieve blockchain data. Whether you're building decentralized applications (DApps), managing wallets, or working with Aptos' native assets, this API gives you full access to Aptos'…
Aptos Gateway API endpoints
| Method | Endpoint | Description |
|---|---|---|
| create | ||
| GET |
/create/keypair /create/keypair |
Creates a new wallet with a base58 encoded private and public key. |
| POST |
/create/account/by_mnemonic /create/account/by_mnemonic |
Creates a new account or restores an existing one using a mnemonic phrase. |
| accounts | ||
| GET |
/accounts/{account_address}/resources /accounts/{account_address}/resources |
Get a list of resources (e.g., coins) for a specific account. |
| GET |
/accounts/{account_address}/modules /accounts/{account_address}/modules |
Get a list of modules associated with the account. |
| GET |
/accounts/{account_address} /accounts/{account_address} |
Retrieve balance, resources, and module data of a specific account. |
| transfer | ||
| POST |
/transfer/tokens /transfer/tokens |
Transfer tokens from one account to another. |
| mint | ||
| POST |
/mint/tokens /mint/tokens |
Create and mint new tokens to a given address. |
| transactions | ||
| POST |
/transactions /transactions |
Submit a transaction payload to the Aptos blockchain. |
| blocks | ||
| GET |
/blocks/{block_id} /blocks/{block_id} |
Get block details by its ID. |
| blockchain | ||
| GET |
/blockchain/ledger /blockchain/ledger |
Get the latest ledger version and timestamp. |
| network | ||
| GET |
/network/info /network/info |
Get details about network status, uptime, and peer count. |
Aptos Gateway API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|