v3.10.1: fix(#333) v5 time endpoint

This commit is contained in:
tiagosiebler
2024-04-15 10:44:19 +01:00
parent 8810c2024e
commit f14365d8e2
4 changed files with 5 additions and 5 deletions

View File

@@ -163,7 +163,7 @@ export class RestClientV5 extends BaseRestClient {
getServerTime(): Promise<
APIResponseV3WithTime<{ timeSecond: string; timeNano: string }>
> {
return this.get('/v3/public/time');
return this.get('/v5/market/time');
}
requestDemoTradingFunds(): Promise<{}> {