Official Node.js SDK for Blueticks.
npm install blueticksimport { Blueticks } from "blueticks";
const client = new Blueticks({ apiKey: "bt_live_..." });
const ping = await client.ping();
const account = await client.account.retrieve();
console.log(account.name);See https://docs.blueticks.co for full documentation.
Node.js 18, 20, and 22. ESM and CommonJS.