Bitget APIBitget API
统一账户经典账户
旧文档
  • 概览
  • API 文档
  • WebSocket
  • Agent Hub
  • SDK
  • 更新日志
Copied to clipboard
概览
SDK与工具
JavaPythonNode.jsGolangPHP
SDK

Node.js

Bitget 官方 Node.js SDK。

代码路径:src/lib/v2

安装

TerminalCode
npm i bitget-api-node-sdk

使用

Initialize an API client with your credentials:

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

更多:Node.js SDK

PythonGolang
On this page
  • 安装
  • 使用
TypeScript