gateio / gateapi-python

247 stars 92 forks source link

Can't borrow money for margin trading #104

Closed MeronnSapir closed 2 years ago

MeronnSapir commented 2 years ago

Hi, I am looking to margin trading via the api. I read the previous questions about it and based on the answers I found that no matter what the currency is, the amount of available borrowable money from gate_io is 0 (based on margin_api.get_margin_borrowable). I saw that there is a borrow limit of 100K per currency, but it is quite weird to me that after checking 20 relatively small coins none of them had a borrowable amount. Are all of them really fully borrowed or can't we borrow anymore from the api? thank you very much! Meronn

revilwang commented 2 years ago

The borrow limit policy has been updated recently, and API is catching on with it. We'll update it as soon as the work is done.

But besides this, there is also a market limit. Once reached, no one can borrow from the market, which can also leads to your max borrowable to be 0.

MeronnSapir commented 2 years ago

Alright thanks! How can I stay updated about that? Is asking here once in a while (about a week) is fine?

revilwang commented 2 years ago

I'll update the issue once it's done

revilwang commented 2 years ago

It has been fixed quite a while ago. I'll close the issue.