etherdelta / etherdelta.github.io

https://etherdelta.com
552 stars 688 forks source link

Did not place order because available volume too low #562

Open Cyrano71 opened 6 years ago

Cyrano71 commented 6 years ago

I can't place orders ( buy or sell ) with c# etherdelta API.

The message I send via the websocket is the following :


"42[\"message\", 
{\"amountGive\":1000000000000000000,
\"tokenGive\":\"0xe41d2489571d322189246dafa5ebde1f4699f498\",
\"amountGet\":2164573425000000,
\"tokenGet\":\"0x0000000000000000000000000000000000000000\",
\"contractAddr\":\"0x8d12a197cb00d4747a1fe03395095ce2a5cc6819\",
\"expires\":5942479,
\"nonce\":583339334,
\"user\":\"0x48de4999f4ddbedd2e1b2dccbc07af43a2018ac5\",
\"v\":28,
\"r\":\"0x0cff0b88cdb20c0adf37c266e157dbb639e77c6b96e6ca20a7b0dc90261afd31\",
\"s\":\"0x476ccf6b2b6cb654dfa991d9f842cf8adc23ff73f73ee7d0a2fa11d043639e89\"}]"

when I use the web UI the message is the following :

42["message",
{"contractAddr":"0x8d12a197cb00d4747a1fe03395095ce2a5cc6819",
"tokenGet":"0x0000000000000000000000000000000000000000",
"amountGet":"2203655000000000",
"tokenGive":"0xe41d2489571d322189246dafa5ebde1f4699f498",
"amountGive":"1000000000000000000",
"expires":5920861,
"nonce":2314735928,
"v":27,"r":"0xadd43dd24ff411af3982bd6c9378cf98cd5a8c91fc740eaf7d18189fd33133e0",
"s":"0x2513b8c7f0c3f9df5f3840e88e12abbe5924858fdd39cd0a80bd0f16adbf30fd",
"user":"0x48de4999f4ddbedd2e1b2dccbc07af43a2018ac5"}]

So it is exactly the same message but I have no error with the web UI

I have funds at my wallet. I have enough funds deposited to smart contract.
Yet nothing. Anyone is having same issue ? Anyone was able to pass through it ? Any non-c# successes ?

kluebirby commented 6 years ago

I have the same issue in python. No idea what's going wrong and also came here hoping for an answer.. Have you had any success since posting this?

GoldRat commented 5 years ago

I have the same issue on C#. My message is: 42["message", {"amountGive":878460000000000,"tokenGive":"0x0000000000000000000000000000000000000000","amountGet":60000000000000000,"tokenGet":"0xd4fa1460f537bb9085d22c7bccb5dd450ef28e3a","contractAddr":"0x8d12a197cb00d4747a1fe03395095ce2a5cc6819","expires":6847936,"nonce":1625988488,"user":"0x826d9762eac3f3cda77296f71f1cd077701a8009","v":27,"r":"0xe47d86cdcfe122f50b8a712f7433b7e5988b17bcfa847d437140c0f47fc8adf4","s":"0x17c69abbae042122ceba191897800e823ab5b88963b4faa4514cde6aa53ec15c"}]