Docs

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

Bash
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.