Ledger — Chain Info (Move REST)
Retrieve ledger information about the Move chain.
Overview
Returns basic ledger information for the Move chain.
Endpoint
GET /v1
Movement-Specific Notes
- Use this to fetch
chain_id, ledger version, and timestamps.
Code Examples
curl -X GET https://api-movement-mainnet.n.dwellir.com/YOUR_API_KEY/v1 -H "Accept: application/json"Response Notes
The root ledger response is the canonical place to read chain identity, ledger version, oldest retained version, and timestamp fields on Movement's Aptos-compatible REST surface.
MEV Protection on Movement
How Movement's shared sequencer and Move VM protect users from frontrunning, sandwich attacks, and other MEV extraction. Includes developer guidelines, application patterns, and integration best practices.
Blocks — Query Blocks (Move REST)
Get blocks by height or version from the Move chain.