comment on usdc perp

This commit is contained in:
tiagosiebler
2022-11-11 10:23:56 +00:00
parent 0b88fb9350
commit 30ceb61771

View File

@@ -25,6 +25,7 @@ import BaseRestClient from './util/BaseRestClient';
*/ */
export class USDCPerpetualClient extends BaseRestClient { export class USDCPerpetualClient extends BaseRestClient {
getClientType() { getClientType() {
// Follows the same authentication mechanism as other v3 APIs (e.g. USDC)
return REST_CLIENT_TYPE_ENUM.v3; return REST_CLIENT_TYPE_ENUM.v3;
} }