diff --git a/src/rest-client-v5.ts b/src/rest-client-v5.ts index a446b76..0a94c83 100644 --- a/src/rest-client-v5.ts +++ b/src/rest-client-v5.ts @@ -167,7 +167,7 @@ export class RestClientV5 extends BaseRestClient { } requestDemoTradingFunds(): Promise<{}> { - return this.postPrivate('/v5/account/demo-apply/money'); + return this.postPrivate('/v5/account/demo-apply-money'); } /**