general

Get ledger info

Get the latest ledger information, including data such as chain ID, role type, ledger versions, epoch, etc:

curl --request GET \
  --url https://aptos.devnet.m1.movementlabs.xyz/ \
  --header 'Accept: application/json, application/x-bcs'

Check basic node health

Check the basic health of a node:

curl --request GET \
  --url https://aptos.devnet.m1.movementlabs.xyz/-/healthy \
  --header 'Accept: application/json, application/x-bcs'

Show Open API explorer

Show the Open API explorer:

curl --request GET \
  --url https://aptos.devnet.m1.movementlabs.xyz/spec \
  --header 'Accept: text/html'

Last updated