UNPKG

@coinset/bitmart

Version:

Universal BitMart API client

15 lines 557 B
(function (factory) { if (typeof module === "object" && typeof module.exports === "object") { var v = factory(require, exports); if (v !== undefined) module.exports = v; } else if (typeof define === "function" && define.amd) { define(["require", "exports"], factory); } })(function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BASE_URL = void 0; exports.BASE_URL = "https://api-cloud.bitmart.com/"; }); //# sourceMappingURL=constants.js.map