AptosVM
AptosVM is the virtual machine powering the Aptos and Movement blockchains, designed for high throughput and parallel execution using a unique block-STM (Software Transactional Memory) model. It natively supports the Move programming language, enabling secure and resource-efficient smart contracts. Unlike EVM, AptosVM emphasizes deterministic parallelism, allowing for safe concurrent transaction execution without manual dependency management.
Our toolboxing supports all AptosVM standard chain data across both Aptos and Movement, aswell as a range of protocols.
As AptosVM chains use a per-transaction versioned database, we use version
interchangably with block_number
and omit blocks altogether.
If you need access to AptosVM data please apply here.
Aptos
Aptos is a Layer 1 blockchain focused on scalability, safety, and upgradeability, built by ex-Meta engineers using the Move language. It leverages a novel parallel execution engine and modular architecture to support high-performance decentralized applications.
Pangea supports Aptos Mainnet.
Queries for Aptos Mainnet data must use the aptos.app.pangea.foundation
URL and the ?chains=APTOS
query parameter.
Movement
Movement is Movement Labs’ general-purpose chain. It is the first sidechain atop Ethereum that integrates Celestia for data availability, decentralized shared sequencing, optimistic rollup with option for dual-settlement with FFS, and the Move Virtual Machine (AptosVM) for execution, which offers unparalleled transaction throughput.
Pangea supports Movement Mainnet and Bardock Testnet.
Queries for Movement Mainnet data must use the movement.app.pangea.foundation
URL and the ?chains=MOVEMENT
query parameter. Queries for Movement Bardock Testnet data must use the movement.bardock.beta.pangea.foundation
URL and the ?chains=MOVEMENTBARDOCK
query parameter.