0.0.2-alpha.55 • Published 3 years ago

@crypto-connect/binance v0.0.2-alpha.55

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Binance

Install

PackageNPMYarn
Binancenpm i @crypto-connect/binanceyarn add @crypto-connect/binance

Usage

import binanceConnect from "@crypto-connect/binance";

// Authorise
const binance = binanceConnect().withApiKeys({
  apiKey: "<API_KEY>",
  apiSecret: "<API_SECRET>",
});

// Get balances
const balances = await binance.getBalances();