import { Avalanche } from "@avalanche-sdk/chainkit";
const avalanche = new Avalanche();
async function run() {
const result = await avalanche.metrics.healthCheck();
console.log(result);
}
run();{
"status": "error",
"info": {},
"error": {},
"details": {}
}Check the health of the service.
import { Avalanche } from "@avalanche-sdk/chainkit";
const avalanche = new Avalanche();
async function run() {
const result = await avalanche.metrics.healthCheck();
console.log(result);
}
run();{
"status": "error",
"info": {},
"error": {},
"details": {}
}Documentation Index
Fetch the complete documentation index at: https://developers.avacloud.io/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?