etherdelta / etherdelta.github.io

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

No response from API on "message"(New Order). #513

Closed burja8x closed 6 years ago

burja8x commented 6 years ago

I am using C# WebSocket4Net.WebSocket. Connection works fine. I got trades, orders, funds,... GetMarket and Ping works fine. But, when I am trying to Send new order ("message"), I dont get response from Api. image

burja8x commented 6 years ago

It was wrong json format. My mistake.

GoldRat commented 5 years ago

Hello. Could you give an example how to send new order ("message") using C# WebSocket4Net.WebSocket, please?