Try Aptos Endpoints
Quick Start
curl -sS https://api-aptos-mainnet.n.dwellir.com/ccecda65-db91-415b-9c5b-52bf93b3ae9b/v1/v1
import { Aptos, AptosConfig } from '@aptos-labs/ts-sdk';const client = new Aptos(new AptosConfig({ fullnode: 'https://api-aptos-mainnet.n.dwellir.com/ccecda65-db91-415b-9c5b-52bf93b3ae9b/v1' }));const ledger = await client.getLedgerInfo();console.log(ledger.chain_id);
import requestsurl = 'https://api-aptos-mainnet.n.dwellir.com/ccecda65-db91-415b-9c5b-52bf93b3ae9b/v1/v1'resp = requests.get(url)print(resp.json())
package mainimport ("fmt""net/http""io/ioutil")func main() {resp, err := http.Get("https://api-aptos-mainnet.n.dwellir.com/ccecda65-db91-415b-9c5b-52bf93b3ae9b/v1/v1")if err != nil { panic(err) }defer resp.Body.Close()body, _ := ioutil.ReadAll(resp.Body)fmt.Println(string(body))}
Aptos is a next-generation Layer 1 blockchain engineered for high throughput, scalability, and security. It utilizes a unique parallel execution engine (Block-STM) and a Byzantine Fault Tolerant consensus protocol to deliver low latency, reliability, and the ability to process thousands of transactions per second. Aptos is designed for developers building demanding applications across DeFi, NFTs, gaming, and enterprise use cases. Its use of the Move programming language and modular architecture ensures robust smart contract safety, rapid upgrades, and efficient scaling—making Aptos stand out in the Web3 landscape.
Pricing
How many calls do you make per month?
Growth
- 500 Responses /sec
- Dedicated Account Manager
Developer Resources
FAQs
What is Aptos and how does it differ from other blockchains?
What are the main use cases for the Aptos blockchain?
How does Aptos ensure security and scalability?
What is the APT token and what can it be used for?
Who developed Aptos and what is its origin?
Get your API key
and join other leading Web3 companies using Dwellir's infrastructure