docs-api
docs-api copied to clipboard
[پیشنهاد]: Add Trade Rules
نیازمندی
To help improve order placement accuracy and prevent user errors, I’d like to suggest adding clear trade rules (like stepSize, minQty, tickSize, and minNotional) for each trading pair
راهحل
for exmaple in this endpoint:
https://api.nobitex.ir/market/stats?srcCurrency=TRX&dstCurrency=USDT
more information like trade rules could be added to the response:
"stepSize": 2,
"tickSize": 0,
"minQty": 10,
"minNotional": 5 //should worth 5 USDT
امکانات مشابه
Most of Exchange platforms have this feature
توضیح تکمیلی
Thanks for your great platform. Keep up the amazing job!