Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mismatch data type in instrument description model #5

Closed
dnmsk opened this issue Dec 14, 2023 · 1 comment
Closed

Mismatch data type in instrument description model #5

dnmsk opened this issue Dec 14, 2023 · 1 comment

Comments

@dnmsk
Copy link

dnmsk commented Dec 14, 2023

BybitSpotInstrumentLotSizeFilter

There is unclear description in market Bybit api for instrument type, but in response example it is decimal for spot.

https://bybit-exchange.github.io/docs/v5/market/instrument#response-parameters

>> basePrecision	string	The precision of base coin
>> quotePrecision	string	The precision of quote coin

https://bybit-exchange.github.io/docs/spot/public/instrument#response-parameters

> basePrecision	string	Decimal precision (base currency)
> quotePrecision	string	Decimal precision (quote currency)
@burakoner
Copy link
Owner

Fixed in new version. Thank you very much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants