Hi,
According to the official Bybit API documentation, the endpoint /v5/market/instruments-info provides instrument details, including the tickSize, which is what I’m currently interested in retrieving:
https://bybit-exchange.github.io/docs/v5/market/instrument
However, I’m not able to identify a corresponding method in the Bybit.Net library that allows calling this endpoint (or otherwise retrieving the tick size information).
Could you please clarify:
- Is there already a method in the library that maps to
/v5/market/instruments-info?
- If so, which client and method should be used?
- If not, is there a recommended way to retrieve the instrument tick size using the current version of the library?
Thanks in advance.