Fixed Half Deletion

This commit is contained in:
CryptoCompiler
2021-01-22 09:46:53 +00:00
committed by GitHub
parent b28e14cb3a
commit 90ea970bd4

View File

@@ -47,8 +47,6 @@ export class InverseClient extends SharedEndpoints {
}): GenericAPIResponse {
return this.requestWrapper.get('v2/public/kline/list', params);
}
rn this.requestWrapper.get('v2/public/tickers', params);
}
/**
* @deprecated use getTrades() instead