question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] invalid limits on Gate.io

See original GitHub issue

Hi 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:closed
  • Created a year ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
kroitorcommented, Mar 29, 2022

@dawadam thanks for your feedback and for pointing it out!

1reaction
dawadamcommented, Mar 29, 2022

Yes, it working, good job.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found