You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.
Hi, im building an algo with this API however i keep getting the LOT_SIZE error, the cause is by making a market/limit order that the decimal precision value is incorrect. I know i can get the right precision with the .getStepSize function, or the getExchangeInfo() but its not working!!! I keep getting this error
"Cannot deserialize value of type com.binance.api.client.domain.general.FilterType from String "MAX_POSITION": value not one of declared Enum instance names: [MARKET_LOT_SIZE, ICEBERG_PARTS, EXCHANGE_MAX_NUM_ORDERS, MAX_ALGO_ORDERS, MAX_NUM_ORDERS, EXCHANGE_MAX_ALGO_ORDERS, MAX_NUM_ALGO_ORDERS, PRICE_FILTER, LOT_SIZE, MAX_NUM_ICEBERG_ORDERS, MIN_NOTIONAL, PERCENT_PRICE]"
I have tried to use the filter type with all of these options but its the same error. Please help me get the precision value for the quantity i have not slept for 2 days
The text was updated successfully, but these errors were encountered:
Hi, im building an algo with this API however i keep getting the LOT_SIZE error, the cause is by making a market/limit order that the decimal precision value is incorrect. I know i can get the right precision with the .getStepSize function, or the getExchangeInfo() but its not working!!! I keep getting this error
"Cannot deserialize value of type
com.binance.api.client.domain.general.FilterType
from String "MAX_POSITION": value not one of declared Enum instance names: [MARKET_LOT_SIZE, ICEBERG_PARTS, EXCHANGE_MAX_NUM_ORDERS, MAX_ALGO_ORDERS, MAX_NUM_ORDERS, EXCHANGE_MAX_ALGO_ORDERS, MAX_NUM_ALGO_ORDERS, PRICE_FILTER, LOT_SIZE, MAX_NUM_ICEBERG_ORDERS, MIN_NOTIONAL, PERCENT_PRICE]"I have tried to use the filter type with all of these options but its the same error. Please help me get the precision value for the quantity i have not slept for 2 days
The text was updated successfully, but these errors were encountered: