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

Market pair中APE/TWD精度資料錯誤 #21

Open
Lamu-ctrl opened this issue Oct 30, 2023 · 0 comments
Open

Market pair中APE/TWD精度資料錯誤 #21

Lamu-ctrl opened this issue Oct 30, 2023 · 0 comments

Comments

@Lamu-ctrl
Copy link

            {
                "base": "APE",
                "baseCurrencyId": "135",
                "basePrecision": "2",  
                "maxLimitBaseAmount": "15000.0", 
                "minLimitBaseAmount": "0.001",   # 這怪怪的 basePrecision 最小數量精度只有到小數點第二位,最小數量卻到小數點後三位 
                "quote": "TWD",
                "quoteCurrencyId": "1",
                "quotePrecision": "2", 
                "symbol": "APE/TWD"
            },

其中 minLimitBaseAmount 與 basePrecision 精度不匹配

image

GET https://ace.io/polarisex/oapi/v2/list/marketPair

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

1 participant