diff --git a/src/modules/base.ts b/src/modules/base.ts index 9fa7c09..6fba70b 100644 --- a/src/modules/base.ts +++ b/src/modules/base.ts @@ -21,8 +21,7 @@ export class Base { baseURL: this.config.baseURL, url: path, headers: { - 'Content-Type': 'application/json', - 'X-MEXC-APIKEY': this.config.apiKey + 'Content-Type': 'application/json' } }) } @@ -46,4 +45,4 @@ export class Base { } }) } -} \ No newline at end of file +}