[BUG] invalid limits on Gate.io
See original GitHub issueHi It seems that there is a problem with the limit data transmitted for the Gate.io exchange.
For example for LUNA/USDT
The minimum amount passed by ccxt is 25:
limits: {
leverage: { min: 1, max: 3 },
amount: { min: 25, max: undefined },
price: { min: undefined, max: undefined },
cost: { min: 1, max: undefined }
}
While according to Gate.io API it is 0.0001
https://data.gateio.co/api2/1/marketinfo
It’s like that for a lot of pairs.
I’m using ccxt 1.77.36 on typescript.
Issue Analytics
- State:
- Created a year ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
KYC - Customer Support & Help Center | Gate.io
Once your account is verified, you can ask to raise the withdrawal limit for a ... The document should be valid, expired documents...
Read more >issue with gateio min order size. #4977 - GitHub
I tried placing a small sell order (for 1 AE/USDT) on gateio (and got the same error Your order size is too small....
Read more >another issue with syncing and displaying wrong balance
Thanks for the report, we have integrated gate.io lately, there might be hidden issues and bugs I assume. Kindly report the issue via...
Read more >Gate.io google app script "INVALID_SIGNATURE","message":"
I am trying to do a request to Gate.io cryptocurrency market and getting this error. {"label":"INVALID_SIGNATURE","message":"Signature ...
Read more >Gate.io Trading, Deposit, Withdrawal Fees (2022 Update)
Gate.io withdrawal limits on the platform? · New/Unverified Accounts: Unverified accounts have a $100,000 withdrawal limit. · KYC Lever 1 Verified Accounts: For ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@dawadam thanks for your feedback and for pointing it out!
Yes, it working, good job.