I need to authenticate with the Bitmex API using my Api key, but I got this error
Unable to connect: TypeError: unable to read the 'add' property from undefined
'use strict'; var SwaggerClient = require("swagger-client"); var _ = require('lodash'); var BitMEXAPIKeyAuthorization = require('./lib/BitMEXAPIKeyAuthorization'); require('dotenv').config(); new SwaggerClient({
Nodejs Connector: https://github.com/BitMEX/api-connectors
source share