feat(): added Latency fn, removed links from examples

This commit is contained in:
Jerko J
2024-10-24 10:11:34 +02:00
parent e218b0e334
commit f9de84fc15
255 changed files with 324 additions and 504 deletions

View File

@@ -6,7 +6,6 @@ const { RestClientV2 } = require('bitget-api');
// ENDPOINT: /api/v2/copy/spot-trader/order-current-track
// METHOD: GET
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/bitget-api/blob/master/src/rest-client-v2.ts#L1360
const client = new RestClientV2({
apiKey: 'insert_api_key_here',