⚠️Blast API (blastapi.io) ends Oct 31. Migrate to Dwellir and skip Alchemy's expensive compute units.
Switch Today →
Skip to main content

Ledger — Chain Info

Overview#

Returns basic ledger information for the Move chain.

Endpoint#

GET /v1 and GET /v1/ledger/info

Movement-Specific Notes#

  • Use this to fetch chain_id, ledger version, and timestamps.

Request#

Parameters#

NameTypeLocationRequiredDescription
(none)

Response#

Success Response (200)#

{
"chain_id": 0,
"ledger_version": "0",
"ledger_timestamp": "0"
}

Code Examples#

curl -X GET https://api-movement-mainnet.n.dwellir.com/YOUR_API_KEY/v1 -H "Accept: application/json"