@@ -72,7 +72,7 @@ module.exports = class RestClient {
|
||||
return await this.request.post('open-api/stop-order/create', params);
|
||||
}
|
||||
|
||||
async getConditioanlOrder(params) {
|
||||
async getConditionalOrder(params) {
|
||||
return await this.request.get('open-api/stop-order/list', params);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user