add account asset & USDC options clients

This commit is contained in:
tiagosiebler
2022-09-08 13:39:07 +01:00
parent ed373f380f
commit 63201b465c
19 changed files with 1009 additions and 80 deletions

View File

@@ -3,7 +3,7 @@ import {
getRestBaseUrl,
RestClientOptions,
REST_CLIENT_TYPE_ENUM,
} from './util/requestUtils';
} from './util';
import {
APIResponseWithTime,
AssetExchangeRecordsReq,
@@ -15,7 +15,7 @@ import {
SymbolPeriodLimitParam,
WalletFundRecordsReq,
WithdrawRecordsReq,
} from './types/shared';
} from './types';
import BaseRestClient from './util/BaseRestClient';
export class InverseClient extends BaseRestClient {