Check basic node health
By default this endpoint just checks that it can get the latest ledger info and then returns 200.
Last updated
Was this helpful?
Was this helpful?
// Request
curl -X GET -H 'Content-Type: application/json' https://movement.blockpi.network/rpc/v1/your_api_key/v1/-/healthy
// Result
{
"message": "aptos-node:ok"
}