Bitget APIBitget API
UTAClassic
Legacy Doc
  • Overview
  • API Documentation
  • WebSocket
  • Agent Hub
  • SDK
  • Changelog
Copied to clipboard
Overview
SDK & Tools
JavaPythonNode.jsGolangPHP
SDK

Node.js

Official Node.js SDK for the Bitget API.

Code path:src/lib/v2

Install

TerminalCode
npm i bitget-api-node-sdk

Usage

Initialize an API client with your credentials:

Code
import BitgetResetApi from "bitget-api-node-sdk"; const api = new BitgetResetApi.MixOrderApi(apiKey, secretKey, passphrase);

More: Node.js SDK

PythonGolang
On this page
  • Install
  • Usage
TypeScript