method name
This commit is contained in:
@@ -217,7 +217,7 @@ module.exports = class RestClient {
|
|||||||
return await this.request.get('v2/public/trading-records', params);
|
return await this.request.get('v2/public/trading-records', params);
|
||||||
}
|
}
|
||||||
|
|
||||||
async getPublicLiquidatedOrders(params) {
|
async getPublicLiquidations(params) {
|
||||||
assert(params, 'No params passed');
|
assert(params, 'No params passed');
|
||||||
assert(params.symbol, 'Parameter symbol is required');
|
assert(params.symbol, 'Parameter symbol is required');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user