chore(): Updated examples so each client matches the proper initialisation

This commit is contained in:
Jerko J
2024-11-08 11:14:51 +01:00
parent 6fc463e8a5
commit 218aaf9fdd
250 changed files with 250 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
const client = new RestClientV2({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
apiPass: 'insert_api_pass_here',
});
client.getSpotVIPFeeRate(params)