Deribit Sell/Buy functions #19
-
|
My functions, sell and buy, were working perfectly – however, now I am getting errors when I execute the function. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Two points on your issue:
|
Beta Was this translation helpful? Give feedback.
-
|
Finally, I solved the issue. The problem is when I call the function. I have been setting the amount parameter as one (1). It perfectly works if I work on ETH, however, when it comes to BTC it does not work at all. I had to change the requested order size (amount) from 1 to 10 for BTC (at least). |
Beta Was this translation helpful? Give feedback.
Finally, I solved the issue. The problem is when I call the function. I have been setting the amount parameter as one (1). It perfectly works if I work on ETH, however, when it comes to BTC it does not work at all. I had to change the requested order size (amount) from 1 to 10 for BTC (at least).