I dug into the Darwinex API a little bit, and I can tell you off the bat that this REST API is a little trickier to implement because it currently only **streams** quotes, there are no snapshots. As you might imagine, streaming is not for beginners. Anyways, I know how to do it, but I cannot use Zorro's http library to stream.

Also, is there a particular reason why you want to use the REST API instead of the MT4/5 bridge? What advantages are you expecting?