UNPKG

kucoin-universal-sdk

Version:
15 lines 604 B
"use strict"; // Code generated by Kucoin Universal SDK Generator; DO NOT EDIT. Object.defineProperty(exports, "__esModule", { value: true }); exports.APIBrokerAPIImpl = void 0; const model_get_rebase_resp_1 = require("./model_get_rebase_resp"); class APIBrokerAPIImpl { constructor(transport) { this.transport = transport; } getRebase(req) { return this.transport.call('spot', true, 'GET', '/api/v1/broker/api/rebase/download', req, model_get_rebase_resp_1.GetRebaseResp, false); } } exports.APIBrokerAPIImpl = APIBrokerAPIImpl; //# sourceMappingURL=api_api_broker.js.map