feat(#195): add contract client for REST endpoints

This commit is contained in:
tiagosiebler
2022-11-12 11:26:53 +00:00
parent e0f6979208
commit d6ca73b08a
6 changed files with 472 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ export * from './spot-client-v3';
export * from './usdc-option-client';
export * from './usdc-perpetual-client';
export * from './unified-margin-client';
export * from './contract-client';
export * from './websocket-client';
export * from './util/logger';
export * from './util';