github tiagosiebler/bybit-api v4.3.0
v4.3.0: introduce "throwExceptions" boolean for REST client

5 hours ago

Summary

Disabled by default to prevent any breaking changes. Enable it by passing this boolean in the REST client constructor:

const client = new RestClientV5({
  key: key,
  secret: secret,
  throwExceptions: true,
});

Any retCode !== 0 response will be thrown in full, if enabled.

What's Changed

Full Changelog: v4.2.7...v4.3.0

Don't miss a new bybit-api release

NewReleases is sending notifications on new releases.