We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{ "base": "APE", "baseCurrencyId": "135", "basePrecision": "2", "maxLimitBaseAmount": "15000.0", "minLimitBaseAmount": "0.001", # 這怪怪的 basePrecision 最小數量精度只有到小數點第二位,最小數量卻到小數點後三位 "quote": "TWD", "quoteCurrencyId": "1", "quotePrecision": "2", "symbol": "APE/TWD" },
其中 minLimitBaseAmount 與 basePrecision 精度不匹配
GET https://ace.io/polarisex/oapi/v2/list/marketPair
The text was updated successfully, but these errors were encountered:
No branches or pull requests
其中 minLimitBaseAmount 與 basePrecision 精度不匹配
The text was updated successfully, but these errors were encountered: