chore(): updated all examples to use v2 clients

This commit is contained in:
JJ-Cro
2025-02-27 12:20:36 +01:00
parent 577ac8f4a5
commit 503baf3107
8 changed files with 81 additions and 91 deletions

View File

@@ -1,7 +1,7 @@
import { RestClientV2, SpotClient } from '../src/index';
import { RestClientV2 } from '../src/index';
// or
// import { SpotClient } from 'bitget-api';
// import { RestClientV2 } from 'bitget-api';
const restClient = new RestClientV2();