💻Bitget Functions
Documentation for interacting with Bitget functions and API endpoints through the PENDAX Javascript SDK.
Create an Exchange Object
Example Exchange Object Creation:
import { createExchange } from "./exchanges/exchange.js";
let bitget_exchange = createExchange({
exchange: "bitget",
key: "key",
secret: "secret",
passphrase: "passphrase",
authenticate: true,
label: "bitget",
});Unauthenticated Exchange Objects
Example Unauthenticated Exchange Object:
All Available Bitget Functions
Bitget SPOT Market Functions
Public (Spot)Market (Spot)Wallet (Spot)Account (Spot)Trade (Spot)Bitget FUTURES Market Functions
Account (Futures)Trade (Futures)Market (Futures)Last updated